Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
okenk committed Jul 10, 2023
2 parents 0b98285 + d00f25f commit 74e6efd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/canary_model_runs.R
Original file line number Diff line number Diff line change
Expand Up @@ -12393,6 +12393,17 @@ legend("topleft",
)
dev.off()

# #confirm external growth is within bounds (taken from discussion #21)
# age = c(1:40)
# lmm <- 8.344 + (54.6481000 - 8.344) * (1-exp(-0.1558210 * (age-1)))
# lfm <- 8.344 + (59.4463000 - 8.344) * (1-exp(-0.1372000 * (age-1)))
# lmx <- 11.365088 + (51.320627 - 11.365088) * (1-exp(-0.175495 * (age-1)))
# lfx <- 11.382156 + (57.900273 - 11.382156 ) * (1-exp(-0.142700 * (age-1)))
#
# SSplotBiology(pp,subplot=1)
# lines(age,lfx,col=1,lty=1,lwd=3)
# lines(age,lmx,col=1,lty=2,lwd=3)



####------------------------------------------------####
Expand Down

0 comments on commit 74e6efd

Please sign in to comment.