skew {geostats}R 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)

[Package geostats version 1.6 Index]