Skip to content

Commit

Permalink
Create bul_bul_cm.Rmd
Browse files Browse the repository at this point in the history
#20

@timadriaens ter info
  • Loading branch information
SanderDevisscher committed Sep 9, 2021
1 parent 2cc1030 commit bf3d8f9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scripts/bul_bul_cm.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "cm_bul_bul"
author: "Sander Devisscher"
date: "9-9-2021"
output: html_document
---

```{r libraries, include=FALSE}
library(rgbif)
library(sp)
library(devtools)
install_github("trias-project/trias", ref = "73_climate_matching_function")
library(trias)
```

```{r taxonkeys, include=FALSE}
p_jocosus <- 2486151
p_cafer <- 2486131
taxonkeys <- c(p_jocosus, p_cafer)
```

```{r}
```

0 comments on commit bf3d8f9

Please sign in to comment.