Skip to contents

Plot spherical objects

Usage

# S3 method for class 'spherical'
plot(x, upper.hem = FALSE, earea = TRUE, grid.params = list(), ...)

Arguments

x

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

upper.hem

logical. Whether the projection is shown for upper hemisphere (TRUE) or lower hemisphere (FALSE, the default).

earea

logical. Projection, either TRUE for Lambert equal-area projection (the default), or FALSE for meridional stereographic projection.

grid.params

list.

...

parameters passed to stereo_point(), stereo_smallcircle(), stereo_greatcircle(), or fault_plot()

Examples

plot(Line(c(90, 80), c(10, 75)), lab = c("L1", "L2"))

plot(Plane(120, 30), col = "red")

plot(Pair(120, 50, 36, 8))

plot(Fault(120, 50, 36, 8, -1))