knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

fstnii

Travis build status AppVeyor build status Codecov test coverage

The goal of fstnii is to create Random Access Imaging Data

Installation

You can install the released version of fstnii from CRAN with:

install.packages("fstnii")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("muschellij2/fstnii")

Example

library(fstnii)
## basic example code


muschellij2/fstnii documentation built on June 14, 2019, 8:32 a.m.