Skip to contents

Changes the width and height of a ggseg3d widget.

Usage

set_dimensions(p, width = NULL, height = NULL)

Arguments

p

ggseg3d widget object

width

numeric. Widget width in pixels (NULL for default)

height

numeric. Widget height in pixels (NULL for default)

Value

ggseg3d widget object with updated dimensions

Examples

ggseg3d() |>
  set_dimensions(width = 800, height = 600)