coronal_plane: Add a reference plane to a 3D atlas

Description Usage Arguments Details Value Examples

View source: R/data_methods.R

Description

The plane can be rotated around the RL axis ("slope") and the IS axis ("rotation"), with respect to an origin that may be shifted along the AP axis ("intecept").

Usage

1
coronal_plane(atlas, input, R = NULL)

Arguments

atlas

Dataframe with xyz coordinates, hemisphere codes, and a value for each voxel.

input

Shiny reactive input object.

R

Shiny reactive conductor to store the plane.

Details

X axis: Left-Right Y axis: Anterior-Posterior Z axis: Inferior-Superior

Value

Atlas with roi_boundary_x,y,z columns defining the plane.

Examples

1
2
3
4
## Not run: 
  coronal_plane(atlas, input, R)

## End(Not run)

crcox/ShinyATLROI documentation built on May 14, 2019, 11:33 a.m.