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

How do I use a raster layer's value as the measure for the aplha/transparency of the layer? For example: ``` tm_shape(raster1) + tm_raster(palette = 'PiYG', midpoint = NA, style= "cont")...

enhancement

I'm working with redlining spatial data from the Mapping Inequalities website: https://dsl.richmond.edu/panorama/redlining/ I noticed when I use tmap in either view or plot mode, the mapped attributes (fill and text)...

bug
question

I would lik to make layers like this: https://www.google.it/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjt9Nn015DLAhVLnRoKHePnAoMQjRwIBw&url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F21677489%2Ffill-geospatial-polygons-with-pattern-r&psig=AFQjCNEuKaSmbfZl5kI97ll5z26jhPYvbQ&ust=1456413141848808 So patterns instead of colors. I believe this is currently not possible. I can do those with plot(spdf, density = ...),...

enhancement

tm_shape(Botswana_shp_same_diff_female_30year) + tm_polygons( col = "Prevalence", pal = viridis(10, direction = -1) ) + tm_facets(by = "level_0") + tm_layout(legend.outside.size = 0.2) ![截屏2022-07-14 01 06 20](https://user-images.githubusercontent.com/103459652/178851844-08e3cb21-d9ce-46d8-a9d4-4e11502a5931.png) In different time, it will...

I've noticed some problems when using tm_remove_layer to add/remove layers in interactive mode. It seems to delete other layers from other groups from the layer control panel. You can see...

enhancement
question

Hi @mtennekes - I am now testing tmap4 on some older code examples. The below one seems not to work. Is this an oversight or an expected behavior? ``` r...

tmap_v4

Dear maintainer, When we use tmap plot a world map in R 4.1.2, there is a mistake. ``` library(tmap) library("rnaturalearth") world version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 system...

I am currently writing a .Rmd (R markdown document) on downloading and visualising the Local Authority Districts (LADs) and transport regions of the UK within Rstudio. ``` > R.version _...

I can't seem to create an easy reproducible example, but in some cases when plotting rasters I get a warning that says "Warning message: In fetch(.x, ..., downsample = downsample)...

bug

- [x] Add horizontal legends - [x] Improve auto-placement of legends using horizontal legends - [x] Add other standard layers functions (`tm_lines` and `tm_text`) - [x] Improve color palette options...

tmap_v4