GSremove | R Documentation |
Remove selected GraphSheetPages in the S-Plus Windows GUI Graphsheet. This does the same task as right-click/delete on the tabs of the GraphSheet.
GSremove(pages, sheet = "GSD2$Page")
pages |
Page numbers in the tabs at the bottom of the Graphsheet. |
sheet |
Defaults to |
Richard M. Heiberger <rmh@temple.edu>
graphsheet
in S-Plus.
## Not run:
trellis.device()
plot(1:10); plot(11:20); plot(21:30)
GSremove(c(1,3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.