skew: calculate the skewness of a dataset

View source: R/toolbox.R

skewR Documentation

calculate the skewness of a dataset

Description

Compute the third moment of a sampling distribution.

Usage

skew(x)

Arguments

x

a vector

Value

a scalar

Examples

data(catchments,package='geostats')
skew(catchments$vegetation)

geostats documentation built on Jan. 7, 2023, 5:32 p.m.

Related to skew in geostats...