Learn R Programming

MonetDB.R (version 0.8.0)

tabulate.monet.frame: tabulate() support for monet.frame objects

Description

Implementation of the tabulate() function for monet.frame objects.

Usage

## S3 method for class 'monet.frame':
tabulate(bin, nbins = max(bin))

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