inter.freq: Class intervals

View source: R/inter.freq.R

inter.freqR Documentation

Class intervals

Description

List class intervals.

Usage

inter.freq(x)

Arguments

x

class graph.freq, histogram or numeric

Value

It show interval classes.

Author(s)

Felipe de Mendiburu

See Also

polygon.freq, table.freq, stat.freq, graph.freq, sturges.freq, join.freq, ogive.freq, normal.freq

Examples

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)

agricolae documentation built on Oct. 23, 2023, 1:06 a.m.