Methods defined for S4 class InfoDataFrame

Description

Methods defined for class InfoDataFrame.

Usage

dimLabels(x)

dimLabels(x)

dim(x)

nrow(x)

ncol(x)

rowNames(x)

colNames(x)

Data(x)

show(object)

x[i, j, ..., drop = FALSE]

Arguments

x
an object of class InfoDataFrame
object
an object of class InfoDataFrame
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