HH (version 3.1-31)

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.

See Also

#ifndef S-Plus graphsheet #endif #ifdef S-Plus graphsheet #endif in S-Plus.

Examples

Run this code
trellis.device()
plot(1:10); plot(11:20); plot(21:30)
GSremove(c(1,3))

Run the code above in your browser using DataCamp Workspace