ggsegSchaefer 2.0.3
- Atlas 2D geometry migrated to the sf-optional
brain_polygonsformat (ggseg.formats0.0.3). The atlases now render withoutsfand its GDAL/GEOS/PROJ system libraries, enabling wasm and air-gapped installs. Plots are unchanged.
ggsegSchaefer 2.0.0
Breaking changes
All 20 Schaefer atlas objects (
schaefer7_100throughschaefer7_1000andschaefer17_100throughschaefer17_1000) are nowggseg_atlasobjects (from ggseg.formats) containing both 2D and 3D data. The separate_3dobjects have been removed.Use
ggplot() + ggseg::geom_brain(atlas = schaefer7_400)for 2D plots andggseg3d::ggseg3d(atlas = schaefer7_400)for 3D plots – both from the same object.ggseg.formatsis now a hard dependency (in Depends).Package URLs updated from
LCBC-UiOtoggsegGitHub organisation.
