View source: R/error_check_B0.R
error_check_B0 | R Documentation |
QA/QC: Check for errors in B0 (vector of abundances after breeding habiatat acquisition)
error_check_B0(B0, W2, check.errors.in, i, ...)
B0 |
5 x 1 vector representing population state after breeding habitat acqusitions |
W2 |
4 x 1 vectir representing populati state after northward spring migration |
check.errors.in |
vector of model components to check for errors during a given run |
i |
Current iteration of runFAC() |
... |
additional parameters |
B0 <- c(10,20,30,40,50)
W2 <- c(10,20,30,40)
error_check_B0(B0 = B0,
W2 = W2,
check.errors.in = "B0",
i = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.