skew | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.