Skip to contents

Add Points to a Plot

Usage

# S3 method for class 'spherical'
points(x, upper.hem = FALSE, earea = TRUE, ...)

Arguments

x

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

upper.hem

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

earea

logical TRUE for Lambert equal-area projection (also "Schmidt net"; the default), or FALSE for meridional stereographic projection (also "Wulff net" or "Stereonet").

...

arguments passed to graphics::points()

Examples

stereoplot()
points(rvmf(n = 100))
points(Plane(120, 30), col = "red", pch = 19)