From 9156c75e4c7cef8189f0a3cf15324a3525283fad Mon Sep 17 00:00:00 2001 From: Maria Voigt <maria.voigt@idiv.de> Date: Tue, 5 Sep 2017 10:30:27 +0200 Subject: [PATCH] adding alternative parameters --- src/model_fitting/abundance_model.R | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/model_fitting/abundance_model.R b/src/model_fitting/abundance_model.R index 8a19785..05ad596 100644 --- a/src/model_fitting/abundance_model.R +++ b/src/model_fitting/abundance_model.R @@ -141,6 +141,10 @@ print(paste("this is ESW aerial:", ESW_aerial)) NCS <- 1.12 #nest construction rate from Spehar et al. 2010 PNB <- 0.88 # proportion of nest builders from Spehar et al. 2010 +# alternative +# NCS_sabah <- 1.0 +# NCS <- 1.16 +# PNB <- 0.89 # Husson 2009 options("scipen" = 100, "digits" = 4) -- GitLab