skew: Skewness

View source: R/skew.R

skewR 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)


BLA documentation built on May 29, 2024, 10:32 a.m.