-
Rémi Lemaire-Patin authoredRémi Lemaire-Patin authored
README.Rmd 1.15 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 soon be available on this website: https://rpatin.github.io/musica.tools/
Installation
If you want the newest r badger::badge_devel("rpatin/musica.tools", "blue")
, you
can install musica.tools
from github with:
devtools::install_github("rpatin/musica.tools")