Compute the per-capita growth rate for an IPM object
Compute the per-capita growth rate for a given model. Can handle stochastic and deterministic models, and has the option to discard burn in for stochastic models.
lambda(ipm, ...) ## S3 method for class 'simple_di_det_ipm' lambda(ipm, type_lambda = "last", ...) ## S3 method for class 'simple_di_stoch_kern_ipm' lambda(ipm, type_lambda = "stochastic", burn_in = 0.1, ...) ## S3 method for class 'simple_di_stoch_param_ipm' lambda(ipm, type_lambda = "stochastic", burn_in = 0.1, ...) ## S3 method for class 'general_di_det_ipm' lambda(ipm, type_lambda = "last", ...) ## S3 method for class 'general_di_stoch_kern_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1) ## S3 method for class 'general_di_stoch_param_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1) ## S3 method for class 'simple_dd_det_ipm' lambda(ipm, type_lambda = "all", ...) ## S3 method for class 'simple_dd_stoch_kern_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1) ## S3 method for class 'simple_dd_stoch_param_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1) ## S3 method for class 'general_dd_det_ipm' lambda(ipm, type_lambda = "last", ...) ## S3 method for class 'general_dd_stoch_kern_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1) ## S3 method for class 'general_dd_stoch_param_ipm' lambda(ipm, ..., type_lambda = "stochastic", burn_in = 0.1)
ipm |
An object returned by |
... |
other arguments passed to methods. |
type_lambda |
Either |
burn_in |
The proportion of iterations to discard. Default is 0.1 (i.e. first 10% of iterations in the simulation). |
When type_lambda = "all"
, an array. Rows correspond to time
steps, and columns correspond to hierarchical effects (if any). For other types,
a numeric vector.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.