Learn R Programming

geostats (version 1.6)

skew: calculate the skewness of a dataset

Description

Compute the third moment of a sampling distribution.

Usage

skew(x)

Value

a scalar

Arguments

x

a vector

Examples

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

Run the code above in your browser using DataLab