This function is meant for quadrupedal mass estimates (in particularly sauropod dinosaurs) and offers some of the body mass prediction equations published by Mazzetta et al. (2004) derived from volumetric reconstructions of sauropod dinosaurs
MCF2004(X, eqn, data = NULL)
a value or vector representing the variable in the equation (in mm)
a character specifying the desired prediction equation (see Details)
an optional object of class = "data.frame"
or class = "matrix"
A numeric value or vector representing the mass estimate(s) in grams
Possible equations (eqn =
) include: femur length ("FL"
), modified femur length ("FL*"
), femur circumference ("FC"
), tibia length ("TL"
), and tibia circumference ("TC"
). See Mazzetta et al. (2004) for specific details and Campione & Evans (2020) for evaluations of the models.
If a data object is specified, the mass estiamtes will be added as a column to the data.frame or matrix within that object.
Mazzetta, G. V., Christiansen, P. and Farina, R. A. (2004) Giants and bizzares: body size of some southern South American Cretaceous dinosaurs. Historical Biology, 16, 71-83.
Campione, N. E. and Evans, D. C. (2020) The accuracy and precisions of body mass estimation in non-avian dinosaurs. Biological Reviews.
# NOT RUN {
##Quadrupedal dinosaurs
data(dinos)
MCF2004(dinos$FC, eqn = "FC", data = dinos)
# }
Run the code above in your browser using DataLab