| To: | David L Lorenz <lorenz@usgs.gov>, "Walter R. Paczkowski" <dataanalytics@earthlink.net> |
|---|---|
| Subject: | Re: Making a Graphsheet Page Active |
| From: | "Richard M. Heiberger" <rmh@temple.edu> |
| Date: | Wed, 5 Sep 2007 14:02:45 -0400 (EDT) |
| Cc: | s-news@lists.biostat.wustl.edu, s-news-owner@lists.biostat.wustl.edu |
You can probably build something based on the GSremove function in the HH library ### remove graph sheet pages, equivalent to right-click delete on the tab. ### GSremove(c(3,4,5,6,8,9,12,13)) GSremove <- function(pages, sheet="GSD2$Page") for (i in paste(sheet, pages, sep="")) guiRemove( "GraphSheetPage", Name = i, ShiftLeft = F) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Making a Graphsheet Page Active, David L Lorenz |
|---|---|
| Next by Date: | Re: Making a Graphsheet Page Active, Thompson, David (MNR) |
| Previous by Thread: | Re: Making a Graphsheet Page Active, Thompson, David (MNR) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |