Description Usage Arguments Value Examples
Plot a histogram using hist
(esentially
calling next method on plot
, which calls
plot.histogram
). Display contains sample size along
with some descriptive statistics.
1 2 |
x |
An object of class Frequency (& histogram). |
... |
Passed on to other methods. |
Displays a histogram using frequency item in x
.
1 2 | freq <- Frequency(trammel_catch[["FL"]], binWidth = 5)
plot(freq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.