| inter.freq | R Documentation |
List class intervals.
inter.freq(x)
x |
class graph.freq, histogram or numeric |
It show interval classes.
Felipe de Mendiburu
polygon.freq, table.freq, stat.freq,
graph.freq, sturges.freq, join.freq,
ogive.freq, normal.freq
library(agricolae)
# example 1
data(growth)
h<-hist(growth$height,plot=FALSE)
inter.freq(h)
# example 2
x<-seq(10,40,5)
y<-c(2,6,8,7,3,4)
inter.freq(x)
histogram <- graph.freq(x,counts=y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.