Skip to contents

Add Lines to a Plot

Usage

# S3 method for class 'spherical'
lines(x, ang = 90, ...)

Arguments

x

objects of class "Vec3", "Line", "Plane", "Pair", or "Fault".

ang

numeric. Conical angle in degrees.

...

arguments passed to graphics::lines()

Examples

set.seed(20250411)
stereoplot()
lines(rvmf(n = 5), ang = runif(5, 0, 90), col = 1:5)