Nothing but rep(x, n)

clone(x, n)

Arguments

x

the shape to clone

n

how many times?

Examples

shapes[4] %>% clone(121)
#> 121 coo with 710 +/- 0 coordinates
shapes[14:16] %>% clone(27)
#> 81 coo with 700 +/- 72 coordinates