Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
An object representing the (atomic) data to view.
Objects can be created using the viewerData function.
x:Object of class "vector" giving the data to view.
name:Object of class "character" giving a
label for the data.
width:Object of class "numeric" giving the
number of characters in a text version of the data.
The virtual class "ViewerData", directly.
signature(data = "ViewerDataVector", cols =
"numeric"):
provide the names of the specified columns (just the data name).
signature(data = "ViewerDataVector"):
provide the number of characters in each of the specified columns
(just the width of the data).
signature(data = "ViewerDataVector"):
provide the number of rows and columns in the data (just the rows).
signature(data = "ViewerDataVector", rows =
"numeric", cols = "numeric"):
provide a text version of a subset of the data as specified by the
rows and columns.
Paul Murrell
1 | showClass("ViewerDataVector")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.