Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
An object representing the data frame to view.
Objects can be created using the viewerDataFrame function.
df:Object of class "data.frame"
widths:Object of class "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
1 | showClass("ViewerDataFrame")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.