GSremove
From HH v3.1-43
by Richard Heiberger
Remove selected GraphSheetPages in the S-Plus Windows GUI Graphsheet
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.
- Keywords
- device
Usage
GSremove(pages, sheet = "GSD2$Page")
Arguments
- pages
Page numbers in the tabs at the bottom of the Graphsheet.
- sheet
Defaults to
GSD2
, the first name that is used when thegraphsheet
ortrellis.device
function is used.
See Also
Examples
# NOT RUN {
trellis.device()
plot(1:10); plot(11:20); plot(21:30)
GSremove(c(1,3))
# }
Community examples
Looks like there are no examples yet.