Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
908ee0f6
Commit
908ee0f6
authored
Apr 19, 2021
by
Poulet Camille
Browse files
New logit function with log19 for spawner survival after reproduction
parent
d9fa54db
Changes
1
Hide whitespace changes
Inline
Side-by-side
exploration/GR3D_Rdescription/GR3Dfunction.R
View file @
908ee0f6
...
...
@@ -190,6 +190,13 @@ spawnerSurvivalPostReproductionTempRef <- function(Triver,Tref, coeffa, coeffb){
}
#Logit for survival after reproduction with log19
#similar to spawnerSurvivalPostReproductionWithTempRef which include a
logit2
=
function
(
Triver
,
Tref
,
minTempForIteroparity
){
return
(
1
/
(
1
+
exp
((
log
(
19
)
/
(
minTempForIteroparity
-
Tref
))
*
(
Triver
-
Tref
))))
}
#Dome-shape curve with temperature effect
spawnerSurvivalPostReproductionWithBellCurve
<-
function
(
Triver
,
Tmin
,
Topt
,
Tmax
,
coeffb
){
...
...
@@ -210,3 +217,4 @@ spawnerSurvivalPostReproductionWithBellCurve <- function(Triver, Tmin, Topt, Tma
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment