plot.Frequency: Generate base R histogram from object of class 'Frequency'.

Description Usage Arguments Value Examples

View source: R/frequency.R

Description

Plot a histogram using hist (esentially calling next method on plot, which calls plot.histogram). Display contains sample size along with some descriptive statistics.

Usage

1
2
## S3 method for class 'Frequency'
plot(x, ...)

Arguments

x

An object of class Frequency (& histogram).

...

Passed on to other methods.

Value

Displays a histogram using frequency item in x.

Examples

1
2
freq <- Frequency(trammel_catch[["FL"]], binWidth = 5)
plot(freq)

jasondubois/spopmodel documentation built on Dec. 4, 2019, 9:12 p.m.