intervals.freq {agricolae} | R Documentation |
List class intervals.
intervals.freq(breaks)
breaks |
class intervals |
breaks |
vector numeric |
Felipe de Mendiburu
polygon.freq
, table.freq
, stat.freq
,
graph.freq
, sturges.freq
, join.freq
,
ojiva.freq
, normal.freq
library(agricolae) # example 1 data(growth) attach(growth) h2<-hist(height,plot=FALSE) intervals.freq(h2$breaks) # example 2 x<-seq(10,40,5) y<-c(2,6,8,7,3,4) intervals.freq(x)