table.freq {agricolae}R Documentation

Frequency Table of a Histogram

Description

It finds the absolute, relative and accumulated frequencies with the class intervals defined from a previously calculated histogram by the "hist" of R function.

Usage

table.freq(object)

Arguments

object Object by function graph.freq()

Value

object Object by graph.freq()

Author(s)

Felipe de Mendiburu

See Also

polygon.freq, stat.freq, graph.freq, intervals.freq, sturges.freq, join.freq, ojiva.freq, normal.freq

Examples

library(agricolae)
data(growth)
attach(growth)
h2<-graph.freq(height,plot=FALSE)
table.freq(h2)

[Package agricolae version 1.0-7 Index]