-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
46 lines (29 loc) · 1.59 KB
/
README.Rmd
File metadata and controls
46 lines (29 loc) · 1.59 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
---
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%"
)
```
# TARDIS
<!-- badges: start -->
<!-- badges: end -->
A package for modeling plants' population processes in relation to environmental variation, using observations distributed in spaaaace and tiiiime.
⌚️🪻⏳🌹⏲️🌻⏱️🌷🕰️
README last updated 21 November 2025.
## Installation
You can install the development version of TARDIS from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("JBYoderLab/TARDIS")
```
## References and examples
TARDIS was originally developed for analysis of flowering events by Joshua trees, *Yucca brevifolia* and *Y. jaegeriana*, with results described in
> Yoder JB, AK Andrade, LA DeFalco, TC Esque, CJ Carlson, DF Shryock, R Yeager, and CI Smith. 2024. Reconstructing 120 years of climate change impacts on Joshua tree flowering. *Ecology Letters*, 27, e14478. [doi.org/10.1111/ele.14478](https://doi.org/10.1111/ele.14478)
We have since extended the method (and formally given it the super-cool name) in a study of toyon, *Heteromeles arbutifolia*, with explicit comparison to a "conventional" presence-based SDM.
> Dakduk D and JB Yoder. 2025. Temporal analysis of reproduction distributed in space illuminates the climate-change resiliency of toyon (Heteromeles arbutifolia). Preprint on *bioRxiv*. [doi.org/10.1101/2025.09.09.675207](https://doi.org/10.1101/2025.09.09.675207)