InfoDataFrame-method: Methods defined for S4 class InfoDataFrame

InfoDataFrame-methodR Documentation

Methods defined for S4 class InfoDataFrame

Description

Methods defined for class InfoDataFrame.

Usage

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]

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

See Also

InfoDataFrame-class


hfang-bristol/dcGOR documentation built on July 16, 2022, 6:43 p.m.