An open API service indexing awesome lists of open source software.

https://github.com/jefferis/runu

R wrapper for the unu image processing tool
https://github.com/jefferis/runu

Last synced: 3 months ago
JSON representation

R wrapper for the unu image processing tool

Awesome Lists containing this project

README

        

[![Travis build status](https://travis-ci.org/jefferis/runu.svg?branch=master)](https://travis-ci.org/jefferis/runu)
[![Docs](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](http://jefferis.github.io/runu/)

# runu
runu wraps the unu (the Utah Nrrd Utilities) command line tool in an R package.

[unu](http://teem.sourceforge.net//unrrdu/index.html) is an image processing
tool that provides a rich suite of multi-dimensional
operations. It is targeted at the [NRRD](http://teem.sourceforge.net/nrrd/index.html)
(Nearly raw raster data) image format,
most commonlyused in biomedical imaging. unu is part of Gordon Kindlmann's
[teem](http://teem.sourceforge.net) toolset.

## Installation

You can install runu from github with:

``` r
# install.packages("devtools")
devtools::install_github("jefferis/runu")
```