| ViewerDataVector-class {rdataviewer} | R Documentation |
An object representing the (atomic) data to view.
Objects can be created using the viewerData function.
x:"vector" giving the data to view. name:"character" giving a
label for the data. width:"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
showClass("ViewerDataVector")