Skip to contents

Calculates the 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", or "Plane".

...

parameters passed to sph_mean(), sph_var(), delta(), and tectonicr::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