Usage
## S3 method for class 'SO3':
plot(x, center = mean(x), col = 1,
to_range = FALSE, show_estimates = NULL,
label_points = NULL, mean_regions = NULL,
median_regions = NULL, alp = NULL, m = 300, ...) ## S3 method for class 'Q4':
plot(x, center = mean(x), col = 1,
to_range = FALSE, show_estimates = NULL,
label_points = NULL, mean_regions = NULL,
median_regions = NULL, alp = NULL, m = 300, ...)
Arguments
x
n rotations in SO3
format.
center
rotation about which to center the
observations.
col
integer or vector 1 to 3 indicating which
column(s) to display. If length(col)>1
then each
eyeball is labelled with the corresponding axis.
to_range
logical; if TRUE
only part of the
globe relevant to the data is displayed
show_estimates
character vector to specify which
of the four estimates of the principal direction to show.
Possibilities are "all", "proj.mean", "proj.median",
"geom.mean", "geom.median."
label_points
vector of labels.
mean_regions
character vector to specify which of
the three confidence regions to show for the projected
mean. Possibilities are "all", "eigen theory","eigen
bootstrap, "moment theory", "moment bootstrap."
median_regions
character vector to specify which
of the three confidence regions to show for the projected
median. Possibilities are "all", "theory", "bootstrap."
alp
alpha level to be used for confidence
regions.
m
number of bootstrap replicates to use in Zhang
confidence region.
...
parameters passed onto the points layer.