Last chance! 50% off unlimited learning
Sale ends in
List class intervals.
intervals.freq(x)
class graph.freq, histogram or numeric
matrix numeric
polygon.freq
, table.freq
, stat.freq
,
graph.freq
, sturges.freq
, join.freq
,
ogive.freq
, normal.freq
# NOT RUN {
library(agricolae)
# example 1
data(growth)
h<-hist(growth$height,plot=FALSE)
intervals.freq(h)
# example 2
x<-seq(10,40,5)
y<-c(2,6,8,7,3,4)
intervals.freq(x)
histogram <- graph.freq(x,counts=y)
# }
Run the code above in your browser using DataLab