Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hughes authored and Hughes committed Oct 2, 2024
1 parent c5634ec commit fa86a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/caribouPopGrowth.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ caribouPopGrowth <- function(N0,
R_t=s*R_t
}

#adjusting for bias and delayed reproduction
R_tadj=c*R_t/(1+c*R_t)
#adjusting for composition survey bias
R_tadj=c*R_t

Ntm1=N

Expand Down

0 comments on commit fa86a46

Please sign in to comment.