Skip to content

astamm/rtists

Repository files navigation

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)

About

R for Tissue Integrity Superimposed on Tractography Streamlines

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages