| summary.graph.freq {agricolae} | R Documentation |
It finds the absolute, relative and accumulated frequencies with the class intervals defined from a previously calculated histogram by "graph.freq".
summary.graph.freq(object,...)
object |
Object by function graph.freq() |
... |
other parameters of graphic |
object |
Object by graph.freq() |
Felipe de Mendiburu
polygon.freq, stat.freq, graph.freq,
intervals.freq, sturges.freq, join.freq,
ojiva.freq, normal.freq
library(agricolae) data(growth) attach(growth) h2<-graph.freq(height,plot=FALSE) summary(h2)