Skip to contents

Find the dimensions of an object

Usage

# S4 method for class 'giottoPoints'
nrow(x)

# S4 method for class 'giottoPolygon'
nrow(x)

# S4 method for class 'spatLocsObj'
nrow(x)

# S4 method for class 'exprData'
nrow(x)

# S4 method for class 'metaData'
nrow(x)

# S4 method for class 'spatialNetworkObj'
nrow(x)

# S4 method for class 'enrData'
nrow(x)

# S4 method for class 'dimObj'
nrow(x)

# S4 method for class 'exprData'
ncol(x)

# S4 method for class 'metaData'
ncol(x)

# S4 method for class 'enrData'
ncol(x)

# S4 method for class 'dimObj'
ncol(x)

# S4 method for class 'spatLocsObj'
dim(x)

# S4 method for class 'exprData'
dim(x)

# S4 method for class 'metaData'
dim(x)

# S4 method for class 'enrData'
dim(x)

# S4 method for class 'giottoLargeImage'
dim(x)

# S4 method for class 'giottoPolygon'
dim(x)

# S4 method for class 'giottoPoints'
dim(x)

Arguments

x

object to check dimensions of

Value

numeric

Examples

g <- GiottoData::loadSubObjectMini("giottoPoints")

nrow(g)
#> [1] 79761