tmap function to specify all variables in the shape object
tm_vars(
x = NA,
dimvalues = NULL,
n = NA,
multivariate = FALSE,
animate = FALSE
)
variable names, variable indices, or a dimension name
dimension values
if specified the first n
variables are taken (or the first n
dimension values)
in case multiple variables are specified, should they serve as facets (FALSE) or as a multivariate visual variable?
should the variable(s) be animated? (experimental)