baseline2ECA: Prepare data from a project to the ECA model

Description Usage Arguments Value

Description

This function reads data from a baseline run and converts to a list of data used by the ECA model in the Reca package.

Usage

1
2
3
baseline2eca(projectName, biotic = "BioticCovData",
  landing = "LandingCovData", temporal = NULL, gearfactor = NULL,
  spatial = NULL, landingresolution = 92, ...)

Arguments

projectName

The name or full path of the project, a baseline object (as returned from getBaseline or runBaseline, og a project object (as returned from openProject).

biotic

The process from which the biotic data are extracted, conventionally the BioticCovData process.

landing

The process from which the landing data are extracted, conventionally the LandingCovData process.

temporal

Optional definition of the temporal covariate (not yet implemented).

gearfactor

Optional definition of the gearfactor covariate (not yet implemented).

spatial

Optional definition of the spatial covariate (not yet implemented).

landingresolution

The temporal resolution in days to use for aggregating the landing data.

...

Parameters passed to getBaseline.

Value

A reference to the StoX Java baseline object


Sea2Data/Rstox documentation built on May 14, 2019, 8:58 a.m.