powered by
get_chull_area(x, fac, xax = 1, yax = 2) get_chull_volume(x, fac, xax = 1, yax = 2, zax = 3)
data(bot) bp <- PCA(efourier(bot, 12)) get_chull_area(bp) get_chull_area(bp, 1) get_chull_volume(bp) get_chull_volume(bp, 1)
Run the code above in your browser using DataLab