From fd8347870cfc322a8fa721dbcde275377432bad5 Mon Sep 17 00:00:00 2001 From: mtennekes Date: Thu, 13 Jun 2024 17:51:32 +0200 Subject: [PATCH] #888 --- R/tmapScaleAsIs.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/tmapScaleAsIs.R b/R/tmapScaleAsIs.R index 4bf76798..e0a49c66 100644 --- a/R/tmapScaleAsIs.R +++ b/R/tmapScaleAsIs.R @@ -7,7 +7,8 @@ tmapScaleAsIs = function(x1, scale, legend, chart, o, aes, layer, layer_args, so vneutral = NA, na.show = NA, scale = "AsIs", - show = FALSE) + show = FALSE, + active = FALSE) x1h = head(x1, 100) check_values(layer, aes, x1h)