Learn R Programming

MonetDB.R (version 0.8.0)

tabulate: tabulate() support for monet.frame objects

Description

Since tabulate is not generic, this is changed by our package. Also, we provide an implementation of the function for monet.frame objects.

Usage

## S3 method for class 'default':
tabulate(bin, nbins = max(1, bin, na.rm = TRUE))

Arguments

bin
a monet.frame object with only a single column.
nbins
the number of bins to be used.

Value

  • A frequency table for the given value

See Also

tabulate