circular_summary | R Documentation |
Circular mean, standard deviation, variance, quasi-quantiles, mode, 95% confidence angle, standardized skewness and kurtosis
circular_summary(
x,
w = NULL,
axial = TRUE,
mode = FALSE,
kappa = NULL,
fisher.CI = FALSE,
conf.level = 0.95,
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
( |
mode |
logical. Whether the circular mode should be calculated or not. |
kappa |
numeric. von Mises distribution concentration parameter used
for the circular mode. Will be estimated using |
fisher.CI |
logical. Whether Fisher's or the default Mardia/Batchelet's confidence interval should be calculated. |
conf.level |
numeric. Level of confidence: |
na.rm |
logical value indicating whether |
named vector
circular_mean()
, circular_sd()
, circular_var()
,
circular_quantiles()
, confidence_angle()
, second_central_moment()
,
circular_mode()
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.