Learn R Programming

MRIaggr (version 1.1.3)

selectVoxelDim: Extract the dimensions of a voxel

Description

Extract the voxel size stored in the MRIaggr object.

Usage

## S3 method for class '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).

concept

select.

Examples

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

## selection
selectVoxelDim(MRIaggr.Pat1_red)

Run the code above in your browser using DataLab