skew {BLA} | R Documentation |
Function to calculate an estimate of the coefficient of skewness from a set of data.
skew(x)
x |
A vector of numeric values. |
The coefficient of skewness.
Richard Murray Lark <murray.lark@nottingham.ac.uk>
x<-evapotranspiration$`ET(mm)`
skew(x)