powered by
This is a faster cousin of the standard fivenum function, used in generic summary functions for oce objects.
fivenum
summary
oce
threenum(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.
# NOT RUN { library(oce) threenum(1:10) # }
Run the code above in your browser using DataLab