run_vast: Run VAST for a single survey

View source: R/run_vast.R

run_vastR Documentation

Run VAST for a single survey

Description

Run VAST for a single survey, where the input and output can be easily accessed with tidy structure.

Usage

run_vast(
  data,
  strata,
  modelarea,
  survey,
  distribution,
  species = utils_name("latin"),
  dir = "data-raw"
)

Arguments

data

A data frame downloaded from the data warehouse.

strata

A data frame of stratifications for the US West Coast.

modelarea

A character value, used to name the directory where files are saved.

survey

An available survey name, e.g., "WCGBTS".

distribution

An available distribution, e.g., "gamma". Please use "compound" for the compound Poisson-Gamma distribution.

species

A character value with the latin name of the species of interest.

dir

The master directory where you want the resulting directory to be saved.

Author(s)

Kelli F. Johnson


iantaylor-NOAA/Lingcod_2021 documentation built on Oct. 30, 2024, 6:42 p.m.