GSremove {HH} | 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 GSD2 , the first name that is used when
the graphsheet or trellis.device function is used. |
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)