The goal of rtists
is to provide visualization tools for tissue integrity superimposed on tractography streamlines.
Installation
You can install the development version of rtists
from GitHub with:
# install.packages("devtools")
devtools::install_github("astamm/rtists")
Example
The following code generates a basic 3D visualisation of the left uncinate fasciculus:
library(rtists)
library(future)
plan(multisession)
out <- autoplotly::autoplotly(uf_left)
ℹ Displaying 2042 streamlines...
ℹ Coloring streamlines by orientation...
plan(sequential)