Description Objects from the Class Slots Extends Methods Author(s) Examples
An object representing a view of a data set.
Objects can be created using the simpleViewer function.
dev:Object of class "ViewerDevice", typically
the result of a call to viewerDeviceVp.
state:Object of class "ViewerState",
typically the result of a call to viewerState.
data:Object of class "ViewerData", typically
the result of a call to the function viewerData or
viewerDataFrame.
startcol:Object of class "numeric" giving
the first column in the current view.
startrow:Object of class "numeric" giving
the first row in the current view.
threshold:Object of class "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
1 | showClass("ViewerSimple")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.