| guiViews {svViews} | R Documentation |
These function are internally used, and are not intended for direct manipulation.
guiViewsCmd(type, typelist, command, file, ...)
guiViewsCSS()
guiViewsCSSChange(newCSS = "")
guiViewsDir()
guiViewsDisplay(viewfile, viewer = getOption("viewer"), ...)
guiViewsFile()
type |
The type of View |
typelist |
The list of all existing View types for this object |
command |
The code interpreted by the Viewer to switch to a different View |
file |
The file containing the View |
newCSS |
The path to the new CSS (Cascading Stype Sheet) file to use |
viewfile |
The file containing the View |
viewer |
The viewer application used to display the View |
... |
Further arguments passed to functions that generate the View |
guiViewsCSS(), guiViewsDir(), and guiViewsFile() return the corresponding file or directory.
guiViewsCSSChange() returns either TRUE or FALSE.
guiViewsCmd() returns a string with the command.
guiViewsDisplay() return the result returned by a call to the viewer.
Philippe Grosjean & Eric Lecoutre
guiViewsFile() # The name of temporary file suitable to hold a new View