Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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


ffbase

Basic Statistical Functions for Package 'ff'

v0.13.3
GPL-3
Authors
Edwin de Jonge, Jan Wijffels, Jan van der Laan
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.