View source: R/ETDQualitizer.R
std | R Documentation |
Computes standard deviation of azimuth and elevation.
std(azi, ele)
azi |
Azimuth values in degrees. |
ele |
Elevation values in degrees. |
A list with std
, std_azi
, and std_ele
, the total STD of sample-to-sample distances and that of the azimuthal and elevation components (all in degrees).
std(c(1, 2, 3), c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.