pan_camera: Pan camera position of ggseg3d plot

View source: R/additions.R

pan_cameraR Documentation

Pan camera position of ggseg3d plot

Description

The default position for plotly mesh plots are not satisfying for brain plots. This convenience function can pan the camera to lateral or medial view, or to custom made views if you are plotly savvy.

Usage

pan_camera(p, camera, aspectratio = 1)

Arguments

p

plotly object

camera

string or list.

aspectratio

camera aspect ratio

Value

plotly object

Examples

library(dplyr)
ggseg3d() %>%
   pan_camera("right lateral")

LCBC-UiO/ggseg3d documentation built on Oct. 24, 2023, 3:49 a.m.