dim-methods: Dimensions of an Object

Description Usage Arguments Value See Also Examples

Description

Retrieve the dimension of an object.

Usage

1
2
## S4 method for signature 'FixedExpressionData'
dim(x)

Arguments

x

an R object, for example a matrix, array or data frame.

Value

Retrieves the 'dim attribute of the object. It is 'NULL' or a vector of mode 'integer'.

See Also

Other fixed data information extraction functions: [,FixedExpressionData,ANY,ANY-method, getNormalizationMethod, getTargetValue

Examples

1
2
3
4
data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500)
dim(myData)
dim(myData[1:10,1:3])

rkuiper/geneClassifiers documentation built on July 15, 2019, 9:38 a.m.