Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GSremove

Remove selected GraphSheetPages in the S-Plus Windows GUI Graphsheet


Description

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.

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 the graphsheet or trellis.device function is used.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

graphsheet in S-Plus.

Examples

## Not run: 
trellis.device()
plot(1:10); plot(11:20); plot(21:30)
GSremove(c(1,3))

## End(Not run)

HH

Statistical Analysis and Data Display: Heiberger and Holland

v3.1-43
GPL (>= 2)
Authors
Richard M. Heiberger
Initial release
2020-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.