-
Rémi Lemaire-Patin authoredRémi Lemaire-Patin authored
README.Rmd 1.28 KiB
title: "musica.tools: tools to extract and plot MuSICA outputs"
output: github_document
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 be available later on a website.
Installation
If you want the newest r badger::badge_devel("rpatin/musica.tools", "blue")
, you
can install musica.tools
from INRAE gitlab with:
devtools::install_gitlab("musica/r-tools/musica-tools", host = "forgemia.inra.fr")