View source: R/init-movement-mat.R
init_movement_mat | R Documentation |
Initialize the movement model matrix. An alternative function should be written if changes are required to the initialization assumptions
init_movement_mat(
n_space = NULL,
space_names = NULL,
n_season = NULL,
season_names = NULL,
m_yr = NULL,
n_yr = NULL,
yrs = NULL,
move_max = NULL,
move_slope = NULL,
move_fifty = NULL,
move_south = NULL,
move_out = NULL,
move_init = NULL,
ages_no_move = NULL,
ages = NULL,
age_names = NULL,
f_space = NULL
)
n_space |
See |
space_names |
See |
n_season |
See |
season_names |
See |
m_yr |
The last non-future year. Used to de-populate future values
if |
n_yr |
The number of years in the array dimension |
yrs |
A vector of names for the years. Length must equal |
move_max |
A vector of the maximum movement rate, one for each
of |
move_slope |
See |
move_fifty |
Age at 50 percent movement rate |
move_south |
See |
move_out |
See |
move_init |
See |
ages_no_move |
See |
ages |
See |
age_names |
See |
f_space |
See |
A list of 3 elements: The move_mat
matrix for movement,
the move_init
vector of length n_space
and the f_space
vector
of length n_space
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.