Jakub

Results 358 comments of Jakub

> > ```r > tm_shape(World) + > tm_polygons("HPI") + > tm_facets(rows = "continent", columns = "income_grp", pages = "coin") > ``` > > Any other ideas how to make this...

> I think there are two options: @mtennekes I like the first approach better.

Please reopen the issue if the problem still occurs.

Hi @ManuelSpinola -- I can see the airplane symbols based on your code... Are you sure your {tmap} is up-to-date?

Hi @angela-li, take a look at https://github.com/mtennekes/tmap/issues/171. Several different prefixes were used in version 1 of **tmap**. They were merged into two groups, `tm_` and `tmap_` to make it easier...

Hi @bienflorencia -- I do not think it is possible (yet?).

There is a new hacky solution using @coolbutuseless packages: ```r # # install.packages("devtools") # install_github("coolbutuseless/poissoned") # Generate points via poisson disk sampling # install_github("coolbutuseless/svgpatternsimple") # This package # devtools::install_github("coolbutuseless/lofi") #...

Another approach could be inspired by the `patternLayer` function (see a nice blog post by @dieghernan at https://dieghernan.github.io/201912-Beautiful3/). ![](https://dieghernan.github.io/assets/figs/20191212_showfun-1.png)

@mtennekes, I think we have a few issues here: 1. Data type - raster vs vector; I assume we are focussing on the former here 2. Raster type - [regular...