dim,FileMetaInfo-method {neuroim2}R Documentation

Get Dimensions of FileMetaInfo Object

Description

Get Dimensions of FileMetaInfo Object

dim of NeuroObj object

Get dimensions of an object

Usage

## S4 method for signature 'FileMetaInfo'
dim(x)

## S4 method for signature 'NeuroObj'
dim(x)

## S4 method for signature 'NeuroSpace'
dim(x)

## S4 method for signature 'ROICoords'
dim(x)

## S4 method for signature 'ROIVol'
dim(x)

## S4 method for signature 'ROICoords'
dim(x)

Arguments

x

the object

Value

A numeric vector of length 2 containing the dimensions of the ROICoords object.


[Package neuroim2 version 0.8.1 Index]