Geostat_Sim: Simulate data

View source: R/deprecated.R

Geostat_SimR Documentation

Simulate data

Description

Geostat_Sim simulates data for use when testing VAST

Usage

Geostat_Sim(
  Sim_Settings,
  Extrapolation_List,
  Data_Geostat = NULL,
  MakePlot = FALSE,
  DateFile = paste0(getwd(), "/"),
  standardize_fields = FALSE
)

Arguments

Sim_Settings

an optional tagged list for specifying input parameters (see function code to determine settings)

Extrapolation_List

the output from make_extrapolation_info

Data_Geostat

A data frame with column headers c('Lon','Lat','Year','Vessel','AreaSwept_km2') containing sample design to mimic

standardize_fields

Boolean, whether to ensure that random fields have sample mean and standard deviation equal to their inputted values

Value

Return Tagged list of output

Data_Geostat

Simulated data for analysis

B_tl

True biomass for each year and stratum


James-Thorson/VAST documentation built on Feb. 9, 2025, 9:05 a.m.