We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a78922 commit 714f06cCopy full SHA for 714f06c
R/03_get_rf.R
@@ -34,7 +34,6 @@ get_rf <- function(E_in, S0, S1plus, nages, AgeMat, z, A, P0, N0) {
34
if(AgeMat > nages){warning("Age at maturity cannot be larger than plus group age. Change AgeMat or nages.")}
35
if(S0 < 0 | S0 >= 1){stop("Calf/pup survival must be between 0 and 1.")}
36
if(S1plus < 0 | S1plus >= 1){stop("Adult survival must be between 0 and 1.")}
37
- #if(E_in < 0 | E_in > 1){stop("Check E_in; bycatch mortality must be between 0 and 1.")}
38
39
NprOut <- npr(S0 = S0, S1plus = S1plus, nages = nages, AgeMat = AgeMat, E = E_in)
40
NE <- NprOut$npr
0 commit comments