parse_master_list: parse_master_list

Description Usage Arguments Examples

Description

This function initializes the spatial distribution of the fish population

Usage

1
parse_master_list(master_list)

Arguments

master_list

output from survey_over_years

Examples

1
2
3
4
5
xx <- survey_over_years(numrow = 10, numcol = 10, nfish = 10000, 
  distribute = 'uniform',
  seed = 300, nyears = 15, location_list, 
  random_locations = TRUE, nlocs = 10, move_func = move_fish_cw, move_prob = .8)
thing <- parse_master_list(xx)

peterkuriyama/hlsimulator documentation built on May 25, 2019, 1:51 a.m.