R tools for processing, analysing and plotting output from DGVMs (Dynamic Global Vegetation Models)
DGVMTools is a high-level framework for analysing DGVM data output. The framework enables a complete DGVM analysis workflow, taking raw model output through comprehensive analysis and evaluation to publication-quality figures. It also easily interfaces with both the raster package and base R functionality. Functionality includes:
Since the core features of the package are now very stable, it is recommend that you use the master branch. Small bug fixes and non-breaking feature improvements will be pulled frequently into the master for small incremental releases. There are three ways to install DGVMTools (it isn't on CRAN).
This is the easiest method, but you need to you have devtools >= 2.0.0 installed. Simply run:
devtools::install_github("MagicForrest/DGVMTools", ref = "master", dependencies = TRUE, build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE, force=T)
For older versions of devtools runs:
devtools::install_github("MagicForrest/DGVMTools", ref = "master", dependencies = TRUE, build_vignettes = TRUE)
If you can't install any version of devtools, you can download the source code and install it via the "Packages" panel in RStudio. For Linux/Mac use the .tar.gz file available here, for Windows use the .zip file from here.
Current release is v1.1.0. See NEWS.md. A description paper is currently being prepared for peer-review and eventually release on CRAN is anticipated.
Please file bug reports and feature requests at https://github.com/MagicForrest/DGVMTools/issues.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.