simpleViewer: A view a data source.

Description Usage Arguments Details Value Author(s) See Also

View source: R/viewer.R

Description

Creates an object representing a view of a data source.

Usage

1

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


pmur002/rdataviewer documentation built on May 25, 2019, 10:21 a.m.