Narushin, V.G., Romanov, M.N., Mishra, B., Griffin, D.K. (2022) Mathematical progression of avian egg shape with associated area and volume determinations. Annals of the New York Academy of Sciences 1513, 65−78. tools:::Rd_expr_doi("10.1111/nyas.14771")
Shi, P., Chen, L., Quinn, B.K., Yu, K., Miao, Q., Guo, X., Lian, M., Gielis, J., Niklas, K.J. (2023) A simple way to calculate the volume and surface area of avian eggs. Annals of the New York Academy of Sciences 1524, 118−131. tools:::Rd_expr_doi("10.1111/nyas.15000")
See Also
EPE, fitEPE, SurfaceAreaEPE
Examples
Par3 <- c(4.27,2.90,0.0868,0.0224,-0.0287) VolumeEPE(P=Par3, simpver=NULL)# Test the case when simpver = NULL a <- Par3[1] b <- Par3[2] c1 <- Par3[3] c2 <- Par3[4] c3 <- Par3[5] pi*4/315*a*b^2*(105+21*c1^2+42*c2+9*c2^2+18*c1*c3+5*c3^2) myfun <-function(x){ pi*EPE(P=Par3, x=x, simpver=NULL)^2} integrate(myfun,-4.27,4.27)$value