View source: R/SurfaceAreaSGE.R
SurfaceAreaSGE | R Documentation |
SurfaceAreaSGE
is used to calculate the surface area of an egg that follows the simplified Gielis equation.
SurfaceAreaSGE(P, subdivisions = 100L,
rel.tol = .Machine$double.eps^0.25, abs.tol = rel.tol,
stop.on.error = TRUE, keep.xy = FALSE, aux = NULL)
P |
the parameters of the simplified Gielis equation, including |
subdivisions |
please see the arguments for the |
rel.tol |
please see the arguments for the |
abs.tol |
please see the arguments for the |
stop.on.error |
please see the arguments for the |
keep.xy |
please see the arguments for the |
aux |
please see the arguments for the |
The formula of the surface area (S
) of an egg based on the simplified Gielis equation is:
S(\varphi)=2\,\pi\int_{0}^{\pi}\sin{\left(\varphi\right)}\ r\,\sqrt{r^2+\left(\frac{dr}{d\varphi}\right)^2}\,d\varphi,
where the polar raidus (r
) is the function of the polar angle (\varphi
):
r\left(\varphi\right) = a\left(\left|\mathrm{cos}\left(\frac{m}{4}\varphi\right)\right|^{n_{2}}+
\left|\mathrm{sin}\left(\frac{m}{4}\varphi\right)\right|^{n_{2}}\right)^{-\frac{1}{n_{1}}},
namely the simplified Gielis equation (i.e., GE
) with arguments
simpver = 1
and m = 1
.
The argument P
in the SurfaceAreaSGE
function only has
the three parameters: a
, n_{1}
, and n_{2}
.
Peijian Shi pjshi@njfu.edu.cn, Johan Gielis johan.gielis@uantwerpen.be, Brady K. Quinn Brady.Quinn@dfo-mpo.gc.ca.
Chen, Z. (2012) Volume and area of revolution under polar coordinate system.
Studies in College Mathematics 15(6), 9-
11.
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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/nyas.15000")}
DSGE
, fitGE
, GE
, VolumeSGE
Par7 <- c(1.124, 14.86, 49.43)
SurfaceAreaSGE(P = Par7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.