picture {grImport} | R Documentation |
Draw a Picture Object
Description
This function take a "Picture"
object and draw it
in the current plot region.
Usage
picture(picture, xleft, ybottom, xright, ytop, ...)
Arguments
picture |
A |
xleft |
The location for the left edge of the picture. |
ybottom |
The location for the bottom edge of the picture. |
xright |
The location for the right edge of the picture. |
ytop |
The location for the top edge of the picture. |
... |
graphical parameters. |
Details
The positions supplied, i.e., xleft, ...
, are relative to the
current plotting region. If the x-axis goes from 100 to 200 then
xleft
should be larger than 100 and xright
should be
less than 200.
Author(s)
Paul Murrell
See Also
[Package grImport version 0.9-7 Index]