| simpleViewer {rdataviewer} | R Documentation |
Creates an object representing a view of a data source.
simpleViewer(data, state = viewerState(), dev = viewerDevice())
data |
The data source being viewed (an object of class
ViewerData)
|
state |
Information on the current view (an object of class
ViewerState)
|
dev |
The device to view the data on (an object of class
ViewerDevice
|
Nothing is drawn when this object is created. You need to call
the draw function to produce anything. Several other functions
can be used to modify the view, e.g., lrscroll and
udscroll, then draw can be called again to
see the modified view.
An object of class "ViewerSimple".
Paul Murrell