Last chance! 50% off unlimited learning
Sale ends in
MBriereE
is used to calculate
MBriereE(P, x, simpver = 1)
The
the parameters of the modified Brière equation or one of its simplified versions.
the given
an optional argument to use the simplified version of the modified Brière equation.
Peijian Shi pjshi@njfu.edu.cn, Johan Gielis johan.gielis@uantwerpen.be, Brady K. Quinn Brady.Quinn@dfo-mpo.gc.ca.
When simpver = NULL
, the modified Brière equation is selected:
P
, representing
the values of
simpver = 1
, the simplified version 1 is selected:
P
, representing
the values of
simpver = 2
, the simplified version 2 is selected:
P
representing
the values of
simpver = 3
, the simplified version 3 is selected:
P
representing
the values of
Brière, J.-F., Pracros, P, Le Roux, A.-Y., Pierre, J.-S. (1999) A novel rate
model of temperature-dependent development for arthropods. Environmental
Entomology 28, 22
Cao, L., Shi, P., Li, L., Chen, G. (2019) A new flexible sigmoidal growth model. Symmetry 11, 204. tools:::Rd_expr_doi("10.3390/sym11020204")
Jin, J., Quinn, B.K., Shi, P. (2022) The modified Brière equation and its applications. Plants 11, 1769. tools:::Rd_expr_doi("10.3390/plants11131769")
Shi, P., Gielis, J., Quinn, B.K., Niklas, K.J., Ratkowsky, D.A., Schrader, J., Ruan, H.,
Wang, L., Niinemets, Ü. (2022) 'biogeom': An R package for simulating and fitting natural
shapes. Annals of the New York Academy of Sciences 1516, 123
areaovate
, curveovate
, fitovate
, fitsigmoid
,
MbetaE
, MLRFE
, MPerformanceE
, sigmoid
x2 <- seq(-5, 15, len=2000)
Par2 <- c(0.01, 3, 0, 10, 1)
y2 <- MBriereE(P=Par2, x=x2, simpver=NULL)
dev.new()
plot( x2, y2, cex.lab=1.5, cex.axis=1.5, type="l",
xlab=expression(italic(x)), ylab=expression(italic(y)) )
graphics.off()
Run the code above in your browser using DataLab