Under development
You can install neurosurf from github with:
# install.packages("devtools")
devtools::install_github("bbuchsbaum/neurosurf")See examples of use of neurosurf in the
surfwidget() includes an optional curvature argument supplying per vertex
curvature values. When omitted and the input is a SurfaceGeometry object the
values are computed via curvature(x) and forwarded to the viewer for
curvature based coloring.
This package uses the albersdown theme. Vignettes are styled with vignettes/albers.css and a local vignettes/albers.js; the palette family is provided via params$family (default 'red'). The pkgdown site uses template: { package: albersdown }.