-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
73 lines (47 loc) · 2.43 KB
/
README.Rmd
File metadata and controls
73 lines (47 loc) · 2.43 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# devRate package
[](https://app.travis-ci.com/frareb/devRate)
[](https://CRAN.R-project.org/package=devRate)
[](https://CRAN.R-project.org/package=devRate)
[](https://app.codecov.io/gh/frareb/devRate?branch=master)
## Purpose of the package
The devRate package allows quantifying the relationship between development rate and temperature in ectotherm organisms, and model species phenology using an individual-based approach.
## How to use the package
You can use the package:
1. to get development rate curves as a function of temperature for a specific organism (hundred of examples from the literature are included in the package);
1. to know which equations exists and which are most used in the literature; and
1. to relate development rate with temperature from your empirical data, using the equations from the package database.
1. to make phenology simulations using temperature time series and thermal performance curves.
## Installation instructions
```{r inst01, eval=FALSE}
# from CRAN
install.packages("devRate")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("frareb/devRate")
```
## Overview
The devRate package provides four categories of functions:
1. functions to find development rate information about a specific organism (Order, Family, Genus, species)
1. functions to relate development rate and temperature, and
1. functions to plot your empirical datasets and the associated fitted model, and/or to plot development curves from the literature.
1. functions to perform simulations from models and temperature time series.
## Author's affiliation
UMR EGCE (IRD, CNRS, Univ. Paris-Saclay), Gif-sur-Yvette, France
To cite this package please use:
```{r auth01, eval=TRUE}
citation("devRate")
```
and/or:
Rebaudo F., Struelens Q., Dangles O. Modelling temperature-dependent development
rate and phenology in arthropods: The devRate package for R. *Methods Ecol Evol.*
2017;00:1-7. \doi{10.1111/2041-210X.12935}