Add Points to a Plot
Arguments
- x
objects of class
"Vec3"
,"Line"
,"Plane"
,"Pair"
, or"Fault"
.- labels
a character vector or expression specifying the text to be written. An attempt is made to coerce other language objects (names and calls) to expressions, and vectors and other classed objects to character vectors by
as.character
. Iflabels
is longer thanx
andy
, the coordinates are recycled to the length oflabels
.- 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::text()