ggseg3d 2.0.0
CRAN release: 2026-02-20
Major changes
- Complete rewrite using htmlwidgets with Three.js instead of plotly
- New pipe-friendly API with chainable addition functions
- Support for unified brain_atlas format from ggseg.formats package
New features
-
set_background()- set background colour -
set_legend()- control legend visibility -
set_dimensions()- set widget width and height -
set_edges()- add region boundary edges -
set_flat_shading()- disable lighting for exact colours -
set_orthographic()- use orthographic projection -
pan_camera()- position camera at standard anatomical views -
add_glassbrain()- add translucent brain surface overlay -
snapshot_brain()- save widget as PNG image -
edge.byparameter for edge grouping by data columns
ggseg3d 1.6.3
CRAN release: 2021-06-01
- Prepare for CRAN
- Remove white surface from
dk_3dto reduce size and pass CRAN checks - Update github urls to new org
ggseg3d 1.5
- Changed atlas.info to function
atlas_info() - Changed brain.pal to function
brain_pal() - Reduced code necessary for
brain_pals_info - Simplified
display_brain_pal() - Moved palettes of ggseg.extra atlases to ggseg.extra package
- Added a
NEWS.mdfile to track changes to the package - Changes all
dataoptions to.datato decrease possibility of column naming overlap - Added compatibility with
groupeddata.frames - Reduced internal atlases, to improve CRAN compatibility
- Added function to install extra atlases from github easily
- Changes vignettes to comply with new functionality