forked from JorGarMol/VoCC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
48 lines (29 loc) · 1.33 KB
/
README.Rmd
File metadata and controls
48 lines (29 loc) · 1.33 KB
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
40
41
42
43
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# VoCC: The Velocity of Climate Change and related climatic metrics
<!-- badges: start -->
<!-- badges: end -->
Jorge Garcia Molinos et al. 18 July 2019
This package is now in release version (v 1.0.0). Please contact [me](jorgegmolinos@arc.hokudai.ac.jp) for questions or feed-back.
## Installation
You can install the development version of VoCC from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("JorGarMol/VoCC")
```
## Example
## Citation
To cite the package itself please use:
> García Molinos, J., Schoeman, D. S., Brown, C. J. and Burrows, M. T. (2019). VoCC: The Velocity of Climate Change and related climatic metrics. R package version 1.0.0. https://doi.org/10.5281/zenodo.3382092
The following paper explains the package functionality and provides the examples covered by the code in the package vignette
> García Molinos, J., Schoeman, D. S., Brown, C. J. and Burrows, M. T. (2019), VoCC: An R package for calculating the velocity of climate change and related climatic metrics. Methods Ecol Evol. doi:10.1111/2041-210X.13295