threenum {oce} | R Documentation |
Calculate min, mean, and max values
threenum(x)
x |
a vector or matrix of numerical values. |
This is a faster cousin of the standard fivenum
function.
A vector of three values, the minimum, the mean, and the maximum.
Dan Kelley
library(oce) threenum(1:10)