Homogeneize for most differences
homogeneize(..., sample = 60, procrustes = TRUE, center = TRUE, template = TRUE)
| ... |
|
|---|---|
| sample | if |
| procrustes |
|
| center |
|
| template |
|
# two shapes, comma separated list(shapes[1], shapes[2]) %>% pile()homogeneize(shapes[1], shapes[2]) %>% pile()# with params shapes[1:5] %>% homogeneize(sample=120, procrustes=FALSE) %>% paper %>% draw_outlines(col=pal_qual(5, 0.5))