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