create_fish: create_fish

Description Usage Arguments Value Examples

View source: R/create_fish.R

Description

creates a fish list object with all the life history goodies

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
create_fish(common_name = "white seabass",
  scientific_name = "Atractoscion nobilis", linf = NA, vbk = NA,
  t0 = -0.1, cv_len = 0.1, length_units = "cm", min_age = 0,
  max_age = NA, time_step = 1, weight_a = NA, weight_b = NA,
  weight_units = "kg", length_50_mature = NA, length_95_mature = NA,
  delta_mature = 0.1, age_50_mature = NA, age_95_mature = NA,
  age_mature = NA, length_mature = NA, m = NA, steepness = 0.8,
  r0 = 10000, density_dependence_form = 1, adult_movement = 2,
  larval_movement = 2, query_fishlife = T, price = 1, price_cv = 0,
  price_ac = 0, price_slope = 0, sigma_r = 0, rec_ac = 0,
  cores = 4, mat_mode = "age", default_wb = 2.8,
  tune_weight = FALSE, density_movement_modifier = 1,
  linf_buffer = 1.2)

Arguments

price_cv

Value

a fish list object

Examples

1
2
3
4
## Not run: 
white_seabass = create_fish(scientific_name = "Atractoscion nobilis", query_fishlife = T)

## End(Not run)

DanOvando/spasm documentation built on April 22, 2020, 6:23 p.m.