Learn R Programming

MRIaggr (version 1.1.5)

selectVoxelDim: Extract the dimensions of a voxel

Description

Extract the voxel size stored in the MRIaggr object.

Usage

"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

Run this code
data("MRIaggr.Pat1_red", package = "MRIaggr")

## selection
selectVoxelDim(MRIaggr.Pat1_red)

Run the code above in your browser using DataLab