# NOT RUN {
# metadata from Campione & Evans (2020)
data(dino_comparisons)
# using linear standard and quadupedal dinosaurs w/ VD reconstruction line
MASSunite(dino_comparisons$HCFC, BM = dino_comparisons$Recon.BM, gait = "quadruped",
VD.par = list(pch = 19, col = "pink", names = NULL), line = TRUE)
# using quadratic standard and bipedal dinsoaurs w/ no line
MASSunite(FC = dino_comparisons$FC, BM = dino_comparisons$Recon.BM, ES.type = "qQE", gait = "biped",
VD.par = list(pch = 19, col = "pink", names = NULL))
# }
Run the code above in your browser using DataLab