RS_zyl
Results
1
comments of
RS_zyl
Dear Nowosad, The legend ticks of tmap V4 work in tm_polygons function, but does not work in tm_raster( ) function. ``` r # remotes::install_github("r-tmap/tmap@v4") library(tmap) data(land, World) tm_shape(land) + tm_raster("elevation",...