hist.ff: hist for ff vectors

Description Usage Arguments Value

View source: R/hist_ff.R

Description

Currently this is a simple version of hist functionality.

Usage

1
2
## S3 method for class 'ff'
hist(x, breaks = min(100, length(x)), plot = TRUE, ...)

Arguments

x

ff vector of values for which the histogram is desired

breaks

a single numer given the number of cells for the histogram

plot

logical. If TRUE (default), a histogram is plotted, otherwise a list of breaks and counts is returned

...

further arguments supplied to plot.

Value

histogram object


ffbase documentation built on Feb. 27, 2021, 5:06 p.m.