circular_summary | R Documentation |
Circular mean, standard deviation, variance, quasi-quantiles, 95% confidence angle, standardized skewness and kurtosis
circular_summary(x, w = NULL, axial = TRUE, na.rm = FALSE)
x |
numeric vector. Values in degrees. |
w |
(optional) Weights. A vector of positive numbers and of the same
length as |
axial |
logical. Whether the data are axial, i.e. pi-periodical
( |
na.rm |
logical value indicating whether |
named vector
circular_mean()
, circular_sd()
, circular_var()
,
circular_quantiles()
, confidence_angle()
, second_central_moment()
data("nuvel1")
PoR <- subset(nuvel1, nuvel1$plate.rot == "na")
sa.por <- PoR_shmax(san_andreas, PoR, "right")
circular_summary(sa.por$azi.PoR)
circular_summary(sa.por$azi.PoR, w = 1 / san_andreas$unc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.