agricolae (version 1.2-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 the "hist" of R function.

Usage

# S3 method for graph.freq
summary(object,...)

Arguments

object

Object by function graph.freq()

other parameters of graphic

Value

Frequency table.

Lower

Lower limit class

Upper

Upper limit class

Main

class point

Frequency

Frequency

Percentage

Percentage frequency

CF

Cumulative frequency

CPF

Cumulative Percentage frequency

See Also

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

Examples

Run this code
# NOT RUN {
library(agricolae)
data(growth)
h2<-with(growth,graph.freq(height,plot=FALSE))
print(summary(h2),row.names=FALSE)
# }

Run the code above in your browser using DataLab