View source: R/fidelity_funs_create-scenarios.R
create_scenarios_mcrw | R Documentation |
Function to generate one or more Mixture Correlated Random Walk scenario/s.
create_scenarios_mcrw(rho, habitat_effect, lands)
rho |
Numeric vector (of any length) of autocorrelation parameter values |
habitat_effect |
Numeric vector (of any length) specifying values for the strength of the habitat effect. |
lands |
Character vector (of any length) providing the paths to the landscape rasters to be loaded from disk and used in the simulation. |
Returns a data frame describing scenario/s, one row per scenario
using all possible combinations of the specified parameter values, for a
total of length(rho) * length(habitat_effect) * length(lands)
rows.
Includes columns rho
,
boundary_size
(set to NA
because not applicable to MCRW),
habitat_effect
,
beta
(set to NA
because not applicable to MCRW), lands
,
and scenario_id
(unique identifier for the scenario).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.