Description Usage Arguments Value Examples
Motif Scale
1 | motif_scale(tile, scale)
|
tile |
is sf object likes as output of motif function. |
scale |
numeric number that shape is scaled by it. |
sf object
1 2 3 4 5 | library(ggplot2)
tile <- regularPolygon(3,sf = T)
scale_tile <- motif_scale(tile, 0.5)
tilePlotter(tile)
tilePlotter(rbind(tile, scale_tile))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.