MRIaggr-selectVoxelSize: Extract the dimensions of a voxel

Description Usage Arguments Value Examples

Description

Extract the voxel size stored in the MRIaggr object.

Usage

1
2
## S4 method for signature 'MRIaggr'
selectVoxelDim(object, unit = TRUE)

Arguments

object

an object of class MRIaggr. REQUIRED.

unit

should the unit be returned ? logical.

Value

A data.frame with one line and three or four columns containing the voxel size for each dimension and the size unit (if requested).

Examples

1
2
3
4
data("MRIaggr.Pat1_red", package = "MRIaggr")

## selection
selectVoxelDim(MRIaggr.Pat1_red)

bozenne/MRIaggr documentation built on May 13, 2019, 1:39 a.m.