push.viewport {grid} | R Documentation |
Grid maintains a viewport stack — a list of nested drawing contexts.
This function makes the specified viewport the default viewport and makes its parent the previous default viewport (i.e., nests the specified context within the previous default context).
push.viewport(..., recording=TRUE)
... |
One or more objects of class "viewport" , or
NULL . |
recording |
A logical value to indicate whether the set-viewport operation should be recorded on the Grid display list. |
None.
This function has been deprecated. Please use pushViewport
instead.
Paul Murrell