Description Usage Arguments Value Examples
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.
1 | remove_axes(p)
|
p |
plotly object |
plotly object without axes
1 2 3 | library(magrittr)
ggseg3d() %>%
remove_axes()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.