title: "The neuroim package"
date: "r Sys.Date()
"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{The neuroim package}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
{r, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(collapse = T, comment = "#>")
library(neuroim)
The neuroim package is a library of S4 classes and functions supporting neuroimaigng analysis in R. It contains data structures for 3D and 4D images and rotines for reading and writing NIFTI formatted images. It currently has experimental/limited support for reading AFNI formatted images.
loadVolume
writeVolume
loadVector
writeVector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.