powered by
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")
Page numbers in the tabs at the bottom of the Graphsheet.
Defaults to GSD2, the first name that is used when the graphsheet or trellis.device function is used.
GSD2
graphsheet
trellis.device
# NOT RUN { trellis.device() plot(1:10); plot(11:20); plot(21:30) GSremove(c(1,3)) # }
Run the code above in your browser using DataLab