Plotting defaults for stereographic/equal-area projections.
For example, structr.earea and structr.upper.hem control the default hemisphere
projection used across plotting and labeling functions
(stereoplot(), plot.Vec3(), text.spherical(), ...).
Set them with options() to change the default for an entire session; any function
argument passed explicitly overrides the global default for that call.
structr.eareaLogical. Equal-area (
TRUE, default) vs. equal-angle (FALSE) projection.structr.upper.hemLogical. Upper (
TRUE) vs. lower hemisphere (FALSE, default).structr.guidesLogical. logical. Whether guides should be added to the plot (
TRUEby default).structr.dinteger. Angle distance between guides. Default:
10structr.colColor of guide lines.
"gray90"by default.structr.lwdWidth of guide lines.
0.5by default.structr.ltyType of guide lines.
1by default.structr.border.colColor of primitive circle (frame), center-cross and ticks of the stereo plot.
"black"by default.structr.centercrossLogical. Whether a center cross should be added (
TRUEby default).structr.ticksInteger. Angle between ticks. if
NULL(the default), no ticks are drawn.structr.origin.textcharacter. Text at origin of plot.
"N"by default.structr.labelsthis can either be a logical value specifying whether (numerical) annotations are to be made next to the tick marks, or a character or expression
structr.ladjadjustment for all labels away from origin of projection circle. This essentially an amount that is added to
radiusand the length of the ticks.structr.radiusNumeric. Radius of the projection circle.
1by default.structr.tolNumeric. Tolerance for calculations, i.e. smallest relative difference between two numbers the computer can recognize. Default is
sqrt(.Machine$double.eps)
