hist.histogram: Provides a hist method for objects of class histogram.

Description Usage Arguments Value Author(s) See Also

View source: R/hist.histogram.R

Description

Seemed crazy to me that hist would work with a wide range of object classes *except* histogram. All it does is to plot the histogram and return the original object.

Usage

1
2
## S3 method for class 'histogram'
hist(x, ...)

Arguments

x

an object of class histogram

...

other arguments passed to plot.histogram

Value

Returns the histogram object.

Author(s)

Mike Meredith

See Also

hist


mikemeredith/MMmisc documentation built on Nov. 8, 2019, 11:34 p.m.