readPelfossReports: Function for reading all reports of one PELFOSS run.

Description Usage Arguments

View source: R/pelfoss.R

Description

Function for reading all reports of one PELFOSS run.

Usage

1
readPelfossReports(run, dir, seed = NULL, small = FALSE)

Arguments

run

The name of the simulation run (which is three timings (-30, 0, +30 days), two directions (normal, reversed), and two resolutions (low, high), in total 12 individual runs).

dir

The directory of the PELFOSS folder structure (see getPelfossSkeleton).

seed

A single integer, or a list of seeds used in the funciton, including the following seeds: ('transect') for drawing transects using surveyPlanner(), ('trawl') for drawing trawl stations along the transects with probability as a funciton of the NASC (see probfact), and ('bootstrap') for getting the final estimate using runBootstrap() (see nboot).


Sea2Data/pelfoss documentation built on Dec. 7, 2020, 12:31 a.m.