Skip to content

Commit

Permalink
Fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Jan 26, 2024
1 parent 53a587a commit 5b81663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/a3_pastclim_present_and_future.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ We still need to download the
dataset first, but rather than downloading all the files, this sets up the virtual raster
(and so it is very fast!):

```{r}
```{r eval=eval_chunk}
download_dataset(dataset = "CHELSA_2.1_0.5m_vsi",
bio_variables = c("bio12","temperature_01"))
```

Once downloaded, we can use it as any other dataset:
```{r}
```{r eval=eval_chunk}
climate_present <- region_slice(
time_ce = 1990,
bio_variables = c("bio12","temperature_01"),
Expand Down

0 comments on commit 5b81663

Please sign in to comment.