You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the initial assignment of the demogstat variable in matrixElementPerturbation and vitalRatePerturbation, I think the if (demogstat == "lambda") statement should come before the if (is.character(demogstat)) statement. Otherwise the function will fail if demogstat == 'lambda'.
The text was updated successfully, but these errors were encountered:
In the initial assignment of the
demogstat
variable inmatrixElementPerturbation
andvitalRatePerturbation
, I think theif (demogstat == "lambda")
statement should come before theif (is.character(demogstat))
statement. Otherwise the function will fail ifdemogstat == 'lambda'
.The text was updated successfully, but these errors were encountered: