if (FALSE) {
# View both hemispheres anatomically positioned
ggseg3d(hemisphere = c("left", "right")) |>
set_positioning("anatomical") |>
pan_camera("left lateral")
# Atlas creation: centered (default) for consistent sizing
ggseg3d(hemisphere = "left") |>
set_orthographic() |>
pan_camera("left lateral") |>
snapshot_brain("left_lateral.png")
}
Run the code above in your browser using DataLab