math_betrag | R Documentation |
Get the magnitude of a vector of any length.
This function is the same as math_magnitude()
math_betrag(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)))
# example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.