| ViewerSimple-class {rdataviewer} | R Documentation |
An object representing a view of a data set.
Objects can be created using the simpleViewer function.
dev:"ViewerDevice", typically
the result of a call to viewerDeviceVp.state:"ViewerState",
typically the result of a call to viewerState.data:"ViewerData", typically
the result of a call to the function viewerData or
viewerDataFrame.startcol:"numeric" giving
the first column in the current view.startrow:"numeric" giving
the first row in the current view. threshold:"numeric"
giving the threshold below which lines are drawn rather than text.
The virtual class "Viewer", directly.
signature(v = "ViewerSimple"): render the
current view of the data.signature(v = "ViewerSimple"):
navigate to the last column.signature(v = "ViewerSimple"):
zoom in the view to exclude the left/rightmost column.signature(v = "ViewerSimple"):
navigate to the first column. signature(v = "ViewerSimple"):
navigate to the next/previous column. signature(v = "ViewerSimple"):
zoom out the view to include the next/previous column.
signature(v = "ViewerSimple"):
navigate to the last row.signature(v = "ViewerSimple"):
zoom in the view to exclude first/last row.signature(v = "ViewerSimple"):
navigate to the first row.signature(v = "ViewerSimple"):
navigate to the next/previous row.signature(v = "ViewerSimple"):
zoom out the view to include the next/previous row.Paul Murrell
showClass("ViewerSimple")