Adds an ellipse marking the bootstrapped confidence interval of the arithmetic mean to an existing plot
Arguments
- x
Spherical object or a list containing the output of an earlier call of
confidence_ellipse()- params
list. Parameters passed to
confidence_ellipse()- .center
logical. Whether the ellipse's center should be plotted?
- col
Color of the ellipse and its center
- pch, cex
Plotting symbol and size of the ellipse center. Ignored if
.centerisFALSE.- upper.hem
logical. Whether the projection is shown for upper hemisphere (
TRUE) or lower hemisphere (FALSE). Defaults togetOption("structr.upper.hem").- earea
logical. Projection, either
TRUEfor Lambert equal-area projection, orFALSEfor meridional stereographic projection. Defaults togetOption("structr.earea").- radius
numeric. Radius of circle. Defaults to
getOption("structr.radius").- ...
graphical parameters passed to
graphics::lines()
Value
output of confidence_ellipse()

