load_baseline_data: Load SIT Model Inputs for Years 1980-1999

Description Usage Arguments Details Value Examples

View source: R/load_baseline_data.R

Description

returns list of data values used by model

Usage

1

Arguments

species

Call function with one of the following options to load species specific model inputs: 'fall', 'winter', 'spring', 'steelhead'

Details

The list returned contains the following data:

Fall Run Specific Outputs:

Spring Run Specific Outputs:

Steelhead Specific Outputs:

Winter Run Specific Outputs:

Value

list of model inputs

Examples

1
2
3
# place these two lines within the SIT Salmon Population Model function to load the data
all_inputs <- cvpiaData::load_baseline_data('fall')
list2env(all_inputs, envir = environment())

FlowWest/cvpiaData documentation built on Nov. 18, 2019, 4 a.m.