grid.line.to {grid} | R Documentation |
Grid has the notion of a current location. This function draws a line from the current location to the location specified in the function call and sets the current location to be the location specified in the function call.
grid.line.to(x=1, y=1, default.units="npc", draw=TRUE, gp=gpar(), vp=NULL)
x |
~~Describe x here~~ |
y |
~~Describe y here~~ |
default.units |
~~Describe default.units here~~ |
draw |
~~Describe draw here~~ |
gp |
An object of class gpar , typically the output
from a call to the function gpar . This is basically
a list of graphical parameter settings. |
vp |
~~Describe vp here~~ |
Paul Murrell
Grid,
viewport,
\code{grid.move.to}