Learn R Programming

agricolae (version 1.0-8)

summary.graph.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 "graph.freq".

Usage

summary.graph.freq(object,...)

Arguments

object
Object by function graph.freq()
...
other parameters of graphic

Value

  • objectObject by graph.freq()

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<-graph.freq(height,plot=FALSE)
summary(h2)

Run the code above in your browser using DataLab