| set_dimensions | R Documentation |
Changes the width and height of a ggseg3d widget.
set_dimensions(p, width = NULL, height = NULL)
p |
ggseg3d widget object |
width |
numeric. Widget width in pixels (NULL for default) |
height |
numeric. Widget height in pixels (NULL for default) |
ggseg3d widget object with updated dimensions
## Not run:
ggseg3d() |>
set_dimensions(width = 800, height = 600)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.