-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
32 lines (24 loc) · 952 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
`muschellij2` badges:
[](https://ci.appveyor.com/project/muschellij2/dti)
[](https://app.travis-ci.com/muschellij2/dti)
[](https://coveralls.io/github/muschellij2/dti)
# dti
The goal of dti is to provide tools to analysis of Diffusion Weighted Imaging
(DWI) Data.
## Installation
You can install `dti` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("muschellij2/dti")
```