math_magnitude | R Documentation |
Get the magnitude of a vector of any length.
This function is the same as math_betrag()
math_magnitude(x)
x |
numerical vector |
numerical vector of length()
one
Florian Wagner florian.wagner@wagnius.ch
math_betrag(c(1,1))
math_betrag(c(1,1,1))
math_betrag(rbind(c(1,1,0.5),c(1,1,1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.