Description Usage Arguments Value Examples
Union of two tile
1 | motif_union(tile1, tile2)
|
tile1 |
sf object |
tile2 |
sf object |
sf object
1 2 3 4 | library(ggplot2)
tile <- motif(polyLine = F, drawBox = T)
tile_2_0 <- motif_transfer(tile, shift = c(1,0))
tilePlotter(st_union(tile, tile_2_0),tileColor = c("red","yellow","blue"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.