remove_axes: Remove axis information from ggseg3d plot

Description Usage Arguments Value Examples

View source: R/additions.R

Description

When publishing data visualisation in 3d mesh plots in general the axes are not important, at least they are not for ggseg3d, where the axis values are arbitrary.

Usage

1

Arguments

p

plotly object

Value

plotly object without axes

Examples

1
2
3
library(magrittr)
ggseg3d() %>%
   remove_axes()

ggseg3d documentation built on June 1, 2021, 9:08 a.m.