All packages we will discuss are loaded on the RStudio Server:
oro.nifti
- reading/writing NIfTI images- made the
nifti
object/data class: like an array - but with header information- the main data class we will use
- made the
neurobase
- extendsoro.nifti
and provides helpful imaging functions
Let’s load them:
library(oro.nifti) library(neurobase)