Learn R Programming

ffbase (version 0.6-2)

hist.ff: hist for ff vectors

Description

Currently this is a simple version of hist functionality.

Usage

## 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