From 2a078db8cada8db05b81cc6d783ca11cde448d51 Mon Sep 17 00:00:00 2001 From: mtennekes Date: Wed, 1 May 2024 18:50:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20r-tmap/t?= =?UTF-8?q?map@a860238053836f3250367bb972d2435152c320e3=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/articles/tmap_sneak_peek.html | 2 +- dev/articles/tmap_vv.html | 2 +- dev/pkgdown.yml | 2 +- dev/reference/index.html | 2 +- dev/reference/tm_facets.html | 32 +++++++++++++------------- dev/reference/tm_scale_continuous.html | 13 ++++++++--- dev/reference/tm_text.html | 2 +- dev/search.json | 2 +- 8 files changed, 32 insertions(+), 25 deletions(-) diff --git a/dev/articles/tmap_sneak_peek.html b/dev/articles/tmap_sneak_peek.html index ebf9bf5f..70cba701 100644 --- a/dev/articles/tmap_sneak_peek.html +++ b/dev/articles/tmap_sneak_peek.html @@ -84,7 +84,7 @@

Martijn Tennekes

-

2024-04-30

+

2024-05-01

Source: vignettes/tmap_sneak_peek.Rmd
tmap_sneak_peek.Rmd
diff --git a/dev/articles/tmap_vv.html b/dev/articles/tmap_vv.html index e98f2561..7ef0829c 100644 --- a/dev/articles/tmap_vv.html +++ b/dev/articles/tmap_vv.html @@ -84,7 +84,7 @@

Martijn Tennekes

-

2024-04-30

+

2024-05-01

Source: vignettes/tmap_vv.Rmd
tmap_vv.Rmd
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 53dadeb0..b89557cd 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: tmap_sneak_peek: tmap_sneak_peek.html tmap_vv: tmap_vv.html -last_built: 2024-04-30T09:48Z +last_built: 2024-05-01T18:47Z urls: reference: https://r-tmap.github.io/tmap/reference article: https://r-tmap.github.io/tmap/articles diff --git a/dev/reference/index.html b/dev/reference/index.html index aeceda82..54034390 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -238,7 +238,7 @@

All functionstm_scale_continuous() tm_scale_continuous_log() tm_scale_continuous_log1p() tm_scale_continuous_sqrt() + tm_scale_continuous() tm_scale_continuous_log() tm_scale_continuous_log2() tm_scale_continuous_log10() tm_scale_continuous_log1p() tm_scale_continuous_sqrt() tm_scale_continuous_pseudo_log()
Scales: continuous scale
diff --git a/dev/reference/tm_facets.html b/dev/reference/tm_facets.html index a937e60b..4dc358fb 100644 --- a/dev/reference/tm_facets.html +++ b/dev/reference/tm_facets.html @@ -88,12 +88,12 @@

Usage drop.empty.facets = TRUE, drop.NA.facets = FALSE, sync = TRUE, - showNA = NA, - textNA = "Mssing", + na.text = NA, scale.factor = 2, type = NA, along = NULL, - free.scales = NULL + free.scales = NULL, + ... ) tm_facets_grid(rows = NULL, columns = NULL, pages = NULL, ...) @@ -182,19 +182,6 @@

Argumentstable(), where TRUE, FALSE, -and NA correspond to "always", "no", and "ifany" respectively.

- - -
textNA
-

Text used for facets of missing values.

- -
scale.factor

Number that determines how the elements (e.g. font sizes, symbol sizes, line widths) of the small multiples are scaled in relation to @@ -220,6 +207,19 @@

Argumentstable(), where TRUE, FALSE, +and NA correspond to "always", "no", and "ifany" respectively.

+ + +
textNA
+

Text used for facets of missing values.

+