Convenience wrapper that chains the stages with sensible defaults.
Usage
invasimap(
traits_inv,
option = "D",
prob_method = "probit",
prob_args = list(sigma = 1),
...
)Arguments
- traits_inv
Invader traits (rows = invaders).
- option
invasion-fitness option; see
predict_establishment().- prob_method
NULL or "probit"/"logit"/"hard".
- prob_args
list forwarded to
compute_establishment_probability().- ...
arguments passed to
assemble_matrices()in the very first stage.
