powered by
Generates a grid of parallel lines, equally spaced, inside the specified window.
rlinegrid(angle = 45, spacing = 0.1, win = owin())
A line segment pattern (object of class "psp").
"psp"
Common orientation of the lines, in degrees anticlockwise from the x axis.
Spacing between successive lines.
Window in which to generate the lines. An object of class "owin" or something acceptable to as.owin.
"owin"
as.owin
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
The grid is randomly displaced from the origin.
psp, rpoisline
psp
rpoisline
plot(rlinegrid(30, 0.05))
Run the code above in your browser using DataLab