guiViews {svViews}R Documentation

GUI functions to manipulate and generate Views

Description

These function are internally used, and are not intended for direct manipulation.

Usage

    guiViewsCmd(type, typelist, command, file, ...)
    guiViewsCSS()
    guiViewsCSSChange(newCSS = "")
    guiViewsDir()
    guiViewsDisplay(viewfile, viewer = getOption("viewer"), ...)
    guiViewsFile()

Arguments

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

Value

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.

Author(s)

Philippe Grosjean & Eric Lecoutre

See Also

view

Examples

    guiViewsFile() # The name of temporary file suitable to hold a new View

[Package svViews version 0.8-2 Index]