Norm {UStatBookABSC}R Documentation

Computes the Euclidean norm

Description

Computes the Euclidean norm

Usage

Norm(a, na.rm)

Arguments

a

a numeric vector

na.rm

logical

Value

a real number

Examples

 x <- c(1, 2)
 Norm(x)




[Package UStatBookABSC version 1.0.0 Index]