Learn R Programming

agricolae (version 1.0-4)

table.freq: 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(histogram)

Arguments

histogram
Object by function hist()

Value

  • histogramObject by hist()

See Also

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

Examples

Run this code
library(agricolae)
data(growth)
attach(growth)
h2<-hist(height,plot=FALSE)
table.freq(h2)

Run the code above in your browser using DataLab