Skip to contents

Center gridlines on a given point

Usage

rotate_stereogrid(x, d = 10, col = "gray90", lwd = 0.5, lty = 1, ...)

Arguments

x

center position of grid lines.

d

integer. Angle distance between guides. Default: 10

col

color of guide lines

lwd

linewidth of guide lines

lty

linetype of guide lines

...

arguments passed to graphics::lines()

Examples

stereoplot(guide = FALSE)
rotate_stereogrid(Plane(120, 50), earea = FALSE)