motif_union: Union of two tile

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Union of two tile

Usage

1
motif_union(tile1, tile2)

Arguments

tile1

sf object

tile2

sf object

Value

sf object

Examples

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"))

Ehyaei/Kaashi documentation built on Dec. 17, 2021, 6:23 p.m.