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 Dec. 22, 2025, 9:07 a.m.