Learn R Programming

IdMappingAnalysis (version 1.16.0)

dim.IdMapBase: Retrieves dimensions of data frame encapsulated within the given IdMapBase object

Description

Retrieves dimensions of data frame encapsulated within the given IdMapBase object.

Usage

"dim"(x)

Arguments

...
Not used

Value

data.frame encapsulated within the given IdMapBase object

See Also

For more information see IdMapBase.

Examples

Run this code
 obj<-IdMapBase(examples$mrnaExperimentSet);
 dim(obj);
 

Run the code above in your browser using DataLab