gridSVG.newpage {gridSVG} | R Documentation |
Move to a New Page on a gridSVG Device
Description
This function erases the current device or moves to a new page. In addition, it clears any definitions of referenced content defined by gridSVG.
Usage
gridSVG.newpage(wipeRefs = TRUE, recording = TRUE)
Arguments
wipeRefs |
A logical value that determines whether referenced content should be deleted. |
recording |
A logical value to indicate whether the new-page operation should be saved onto the Grid display list. |
Details
When creating a gridSVG image, it is possible to create referenced content. An example is pattern fills. This function should be used in order to remove the definitions of referenced content.
Value
None.
Author(s)
Simon Potter
[Package gridSVG version 1.7-5 Index]