threenum {oce} | R Documentation |
This is a faster cousin of the standard fivenum
function,
used in generic summary
functions for oce
objects.
threenum(x)
x |
a vector or matrix of numerical values. |
A character vector of four values: the minimum, the mean, the maximum, and an indication of the number of data.
Dan Kelley
library(oce) threenum(1:10)