Learn R Programming

EVI (version 0.2.0-0)

medvol: Function that calculates the standard deviation

Description

Calculates and returns the standard deviation of a vector

Usage

medvol(x)

Arguments

x

numeric vector

Examples

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

Run the code above in your browser using DataLab