vnorm {spate}R Documentation

Eucledian norm of a vector

Description

Calculates the Eucledian norm of a vector

Usage

vnorm(v)

Arguments

v

Vector.

Value

The Eucledian norm of the vector 'v'.

Author(s)

Fabio Sigrist

Examples

v <- c(1,2)
vnorm(v)

[Package spate version 1.7.5 Index]