Add Points to a Plot
Usage
# S3 method for class 'spherical'
points(x, upper.hem = FALSE, earea = TRUE, ...)
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), orFALSE
for meridional stereographic projection.- ...
arguments passed to
graphics::points()
Examples
stereoplot()
points(rvmf(n = 100))
points(Plane(120, 30), col = "red", pch = 19)