tmap icon indicating copy to clipboard operation
tmap copied to clipboard

R package for thematic maps

Results 175 tmap issues
Sort by recently updated
recently updated
newest added

Is it possible to force a continuous raster legend to display when the raster layer contains no non-NA values? Or else to manually add a continuous raster legend? Consider the...

question

Textbook code from a TÉLUQ class I am following: ``` # définir la mise en page pour les deux cartes format_carte v4] `tm_raster()`: migrate the argument(s) related to the legend...

bug
tmap_v4

Hello, I am trying to plot the ADM2 shapefile that can be found here https://www.geoboundaries.org/globalDownloads.html However I am facing this error ``` Error in valid.viewport(x, y, width, height, just, gp,...

I am trying to upgrade some code to v4, and I noticed that `tm_legend()` lacks documentation. ```r World |> tm_shape() + tm_polygons( fill = "HPI", legend.format = list( fun =...

tmap_v4

One of the very few features in v3 that is not (yet) in v4: ```r tm_shape(World, projection = "+proj=eck4") + tm_polygons() + tm_style("natural") ``` ![image](https://github.com/user-attachments/assets/7d70a678-fd64-48f7-9b5d-43f3ba1dcd13) This `"natural"` style has a...

help wanted
compat