InfoDataFrame
.dimLabels(x)## S3 method for class 'InfoDataFrame':
dimLabels(x)
## S3 method for class 'InfoDataFrame':
dim(x)
## S3 method for class 'InfoDataFrame':
nrow(x)
## S3 method for class 'InfoDataFrame':
ncol(x)
## S3 method for class 'InfoDataFrame':
rowNames(x)
## S3 method for class 'InfoDataFrame':
colNames(x)
## S3 method for class 'InfoDataFrame':
Data(x)
## S3 method for class 'InfoDataFrame':
show(object)
## S3 method for class 'InfoDataFrame,ANY,ANY,ANY':
[(x, i, j, ..., drop = FALSE)
InfoDataFrame
InfoDataFrame
TRUE
the
result is coerced to the lowest possible dimension (see
the examples). This only works for extracting elements,
not for the replacement. See drop
for
furtheInfoDataFrame-class