afnir: Wrapper Functions for 'AFNI' (Analysis of Functional 'NeuroImages') The goal of afnir is to wrap AFNI functions in R. Installation You can install afnir from github with: # install.packages("devtools") devtools::install_github("muschellij2/afnir") Example This is a basic example which shows you how to solve a common problem: ...