| ViewerDataFrame-class {rdataviewer} | R Documentation |
An object representing the data frame to view.
Objects can be created using the viewerDataFrame function.
df:"data.frame" widths:"numeric" giving
the number of characters in each column of a text version
of the data frame.
The virtual class "ViewerData", directly.
signature(data = "ViewerDataFrame", cols =
"numeric"):
provide the names of the specified columns.
signature(data = "ViewerDataFrame"):
provide the number of characters in each of the specified columns.
signature(data = "ViewerDataFrame"):
provide the number of rows and columns in the data.
signature(data = "ViewerDataFrame", rows =
"numeric", cols = "numeric"):
provide a text version of a subset of the data as specified by the
rows and columns.
signature(data = "ViewerDataFrame"):
provide labels for the specified rows.
signature(data = "ViewerDataFrame"):
provide the maximum width of the row names.
Paul Murrell
showClass("ViewerDataFrame")