Newer
Older
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
33
34
35
36
37
38
39
---
title: "rmusica: run MuSICA from R"
output: github_document
---
```{r echo=FALSE, message=FALSE, results="hide"}
options(Encoding = "UTF-8")
library(badger)
```
`r badger::badge_github_version("rpatin/musica.tools", "blue")`
`r badger::badge_last_commit("rpatin/musica.tools")`
# Introduction
`musica.tools` provides several function to extract MuSICA output from netcdf files.
Output can then be used to produce a series of generic plots.
# Website
Full documentation for musica.tools will soon be available on this website:
[https://rpatin.github.io/musica.tools/](https://rpatin.github.io/musica.tools/)
# Installation
<!-- For the `r badger::badge_cran_release("segclust2d", "orange")` version : -->
<!-- ```{r, eval=FALSE} -->
<!-- install.packages("segclust2d") -->
<!-- ``` -->
If you want the newest `r badger::badge_devel("rpatin/musica.tools", "blue")`, you
can install `rmusica` from github with:
```{r, eval=FALSE}
devtools::install_gitlab("musica/r-tools/rmusica", host = "forgemia.inra.fr")
```