Learn R Programming

MRIaggr (version 1.1.3)

selectMidplane: Extract the position of the mid-sagittal plan

Description

Extract the position of the mid-sagittal plan from a MRIaggr object.

Usage

## S3 method for class 'MRIaggr':
selectMidplane(object)

Arguments

object
an object of class MRIaggr. REQUIRED.

Value

  • A two column matrix.

concept

select.

Examples

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

## selection
selectMidplane(MRIaggr.Pat1_red)

Run the code above in your browser using DataLab