simpleViewer {rdataviewer}R Documentation

A view a data source.

Description

Creates an object representing a view of a data source.

Usage

simpleViewer(data, state = viewerState(), dev = viewerDevice())

Arguments

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

Details

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.

Value

An object of class "ViewerSimple".

Author(s)

Paul Murrell

See Also

ViewerSimple and viewerData


[Package rdataviewer version 0.1 Index]