diff --git a/crestr_1.3.1.9000.pdf b/crestr_1.3.1.9000.pdf index bb28a14..04ecb6f 100644 Binary files a/crestr_1.3.1.9000.pdf and b/crestr_1.3.1.9000.pdf differ diff --git a/docs/articles/calibration-data.html b/docs/articles/calibration-data.html index c8d5d89..0aafee3 100644 --- a/docs/articles/calibration-data.html +++ b/docs/articles/calibration-data.html @@ -109,7 +109,7 @@

Calibration data for CREST

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/calibration-data.Rmd diff --git a/docs/articles/community.html b/docs/articles/community.html index 7d837c5..4e8126c 100644 --- a/docs/articles/community.html +++ b/docs/articles/community.html @@ -109,7 +109,7 @@

The crestr community

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/community.Rmd diff --git a/docs/articles/databasing-with-crestr.html b/docs/articles/databasing-with-crestr.html index 20515a4..2f7a830 100644 --- a/docs/articles/databasing-with-crestr.html +++ b/docs/articles/databasing-with-crestr.html @@ -110,7 +110,7 @@

Manipulating the gbif4crest calibration

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/databasing-with-crestr.Rmd diff --git a/docs/articles/get-started.html b/docs/articles/get-started.html index ae5075f..b1b6288 100644 --- a/docs/articles/get-started.html +++ b/docs/articles/get-started.html @@ -109,7 +109,7 @@

Get started

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/get-started.Rmd diff --git a/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-1.png b/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-1.png index 70fb15d..bad09a2 100644 Binary files a/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-1.png and b/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-1.png differ diff --git a/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-2.png b/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-2.png index e1cc391..3d5c0cc 100644 Binary files a/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-2.png and b/docs/articles/get-started_files/figure-html/plot-plot_taxaCharacteristics-2.png differ diff --git a/docs/articles/get-started_files/figure-html/plot_climate_space-1.png b/docs/articles/get-started_files/figure-html/plot_climate_space-1.png index 9504798..27e2c2f 100644 Binary files a/docs/articles/get-started_files/figure-html/plot_climate_space-1.png and b/docs/articles/get-started_files/figure-html/plot_climate_space-1.png differ diff --git a/docs/articles/limpopo.html b/docs/articles/limpopo.html index 4d45eef..ef30da1 100644 --- a/docs/articles/limpopo.html +++ b/docs/articles/limpopo.html @@ -110,7 +110,7 @@

Mean Annual Temperature reconstruction from

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/limpopo.Rmd diff --git a/docs/articles/technicalities.html b/docs/articles/technicalities.html index ccd3a4c..3ba0adb 100644 --- a/docs/articles/technicalities.html +++ b/docs/articles/technicalities.html @@ -109,7 +109,7 @@

Formatting the data for crestr

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/technicalities.Rmd diff --git a/docs/articles/theory.html b/docs/articles/theory.html index 1b3d746..950a68b 100644 --- a/docs/articles/theory.html +++ b/docs/articles/theory.html @@ -109,7 +109,7 @@

A bit of Theory

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/theory.Rmd diff --git a/docs/articles/warnings.html b/docs/articles/warnings.html index bf3f1d6..9122ddb 100644 --- a/docs/articles/warnings.html +++ b/docs/articles/warnings.html @@ -109,7 +109,7 @@

Understanding warnings in crestr

Manuel Chevalier

-

2025-01-07

+

2025-01-08

Source: vignettes/warnings.Rmd diff --git a/docs/news/index.html b/docs/news/index.html index 9a6b52d..60e566e 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -86,13 +86,21 @@

Changelog

-
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index e4f8c8c..588cbb6 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -10,5 +10,5 @@ articles: technicalities: technicalities.html theory: theory.html warnings: warnings.html -last_built: 2025-01-07T16:22Z +last_built: 2025-01-08T07:40Z diff --git a/docs/reference/plot_climateSpace.html b/docs/reference/plot_climateSpace.html index 7fd8e5a..d12dff4 100644 --- a/docs/reference/plot_climateSpace.html +++ b/docs/reference/plot_climateSpace.html @@ -102,7 +102,7 @@

Plot the studied climate space.

height = min(9, 3.5 * length(climate)), y0 = 0.4, add_modern = FALSE, - resol = 0.25 + resol = getResol(x) )
diff --git a/man/plot_climateSpace.Rd b/man/plot_climateSpace.Rd index 42207b6..bd2adb6 100644 --- a/man/plot_climateSpace.Rd +++ b/man/plot_climateSpace.Rd @@ -16,7 +16,7 @@ plot_climateSpace( height = min(9, 3.5 * length(climate)), y0 = 0.4, add_modern = FALSE, - resol = 0.25 + resol = getResol(x) ) } \arguments{