HH (version 2.2-17)

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

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