coronalPlot: Plot a responsive coronal slice

Description Usage Arguments Value Examples

View source: R/plot_methods.R

Description

In this figure, right=right. The coronal slice will update in response to the control wigits. Hovering over data points will update a panel containing the aparc.2009a+aseg code at that position.

Usage

1
coronalPlot(atlas_wplane, input)

Arguments

atlas_wplane

Dataframe that contains information about the posterior extent of the ATL in 3 dimensions.

input

Shiny input object containing information from control widgets.

Value

A 1-panel figure to render and display

Examples

1
2
3
4
5
6
## Not run: 
  output$sagitalPlot <- shiny::renderPlot({
    sagitalPlot(reactiveA(), input)
  })

## End(Not run)

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