Rdocumentation
powered by
Learn R Programming
polyCub (version 0.7.1)
vecnorm: Euclidean Vector Norm (Length)
Description
This is nothing else than
sqrt(sum(x^2))
.
Usage
vecnorm(x)
Arguments
x
numeric vector.
Value
sqrt(sum(x^2))