Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.43 KB

rtists

R-CMD-check test-coverage Codecov test coverage pkgdown CRAN status

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)