skew {BLA} | R Documentation |
Skewness
Description
Function to calculate an estimate of the coefficient of skewness from a set of data.
Usage
skew(x)
Arguments
x |
A vector of numeric values. |
Value
The coefficient of skewness.
Author(s)
Richard Murray Lark <murray.lark@nottingham.ac.uk>
Examples
x<-evapotranspiration$`ET(mm)`
skew(x)
[Package BLA version 1.0.1 Index]