medvol {EVI}R Documentation

Function that calculates the standard deviation

Description

Calculates and returns the standard deviation of a vector

Usage

medvol(x)

Arguments

x

numeric vector

Examples

x=c(2,2,1,4,9,10,23,10,9,10,14,12,10)
medvol(x)


[Package EVI version 0.2.0-0 Index]