Description Usage Arguments Value Examples
Motif Transfer
1 | motif_transfer(tile, shift)
|
tile |
is sf object likes as output of motif function. |
shift |
is 2-D shift vector like c(1,1). |
sf object
1 2 3 4 5 | library(ggplot2)
tile <- motif(polyLine = T, drawBox = T)
tile_2_0 <- motif_transfer(tile, shift = c(2,0))
tilePlotter(tile)
tilePlotter(rbind(tile, tile_2_0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.