r-tmap/tmap

wrong auto scale

Closed this issue · 0 comments

size requires a numeric variable but the auto scale returns categorical, which leads to incompatible values (tmapSeq does not work with tmapScaleCategorical

tm_shape(World) + tm_symbols(size = "continent")