Skip to contents

Calculates the arithmetic mean, variance, 68% cone, and the confidence cone around the mean.

Usage

# S3 method for class 'spherical'
summary(object, ...)

Arguments

object

object of class "Vec3", "Line", "Ray", or "Plane", where the rows are the observations and the columns are the coordinates.

...

parameters passed to sph_mean(), sph_var(), delta(), and sph_confidence_angle()

Value

named vector

Examples

set.seed(20250411)
summary(rvmf(100, mu = Line(90, 20), k = 20))
#>         azimuth          plunge        variance        68% cone confidence cone 
#>      91.2000211      25.2505297       0.2389314      40.4415071       4.1705671