create_scenarios_crw: Create Correlated Random Walk Scenarios (CRW)

View source: R/fidelity_funs_create-scenarios.R

create_scenarios_crwR Documentation

Create Correlated Random Walk Scenarios (CRW)

Description

Function to generate one or more Correlated Random Walk scenario/s.

Usage

create_scenarios_crw(rho)

Arguments

rho

Numeric vector (of any length) of autocorrelation parameter values

Value

Returns a data frame describing scenario/s, one row per scenario for a total of length(rho) rows. Includes columns rho, boundary_size (set to NA because not applicable to CRW), habitat_effect (set to NA because not applicable to CRW), beta (set to NA because not applicable to CRW), lands (set to NA because not applicable to CRW), and scenario_id (unique identifier for the scenario).


picardis/fidelity documentation built on Dec. 10, 2022, 6:16 a.m.