From a6d9ed01f6fe88564d0b6b141eb9226df478e800 Mon Sep 17 00:00:00 2001 From: CeresBarros Date: Wed, 14 Feb 2024 14:47:57 -0800 Subject: [PATCH] typo fix --- vignettes/climr_workflow_beg.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/climr_workflow_beg.Rmd b/vignettes/climr_workflow_beg.Rmd index 4b8479b7..e9bffc22 100644 --- a/vignettes/climr_workflow_beg.Rmd +++ b/vignettes/climr_workflow_beg.Rmd @@ -45,7 +45,7 @@ The most basic use of `climr` is to pass a `data.table` of point coordinates, ID and elevation to `climr_downscale()` and select the type of climate projection or values wanted - e.g. below we ask for future projections in three periods, using two emissions scenarios and two General Circulation Models. We also specify we want -3 indivual runs of each model/scenario combination, in addition to the ensemble mean +3 individual runs of each model/scenario combination, in addition to the ensemble mean (returned by default). ```{r}