vnorm: Eucledian norm of a vector

View source: R/spateFcts.R

vnormR 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)

spate documentation built on Oct. 3, 2023, 5:09 p.m.