# coo_eccentricityeigen
bot[1] %>% coo_eccentricityeigen()
bot %>%
slice(1:3) %>% # for speed sake only
coo_eccentricityeigen()
# coo_eccentricityboundingbox
bot[1] %>% coo_eccentricityboundingbox()
bot %>%
slice(1:3) %>% # for speed sake only
coo_eccentricityboundingbox()
Run the code above in your browser using DataLab