InfoDataFrame-method | R Documentation |
Methods defined for class InfoDataFrame
.
dimLabels(x) ## S4 method for signature 'InfoDataFrame' dimLabels(x) ## S4 method for signature 'InfoDataFrame' dim(x) ## S4 method for signature 'InfoDataFrame' nrow(x) ## S4 method for signature 'InfoDataFrame' ncol(x) ## S4 method for signature 'InfoDataFrame' rowNames(x) ## S4 method for signature 'InfoDataFrame' colNames(x) ## S4 method for signature 'InfoDataFrame' Data(x) ## S4 method for signature 'InfoDataFrame' show(object) ## S4 method for signature 'InfoDataFrame,ANY,ANY,ANY' x[i, j, ..., drop = FALSE]
x |
an object of class |
object |
an object of class |
i |
an index |
j |
an index |
... |
additional parameters |
drop |
a logic for matrices and arrays. If TRUE the result is coerced to the lowest possible dimension. This only works for extracting elements, not for the replacement |
InfoDataFrame-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.