get_rand_locs: Get Random Fishing Locations

Description Usage Arguments Examples

Description

Function to generate random fishing locations.

Usage

1
get_rand_locs(seed = 3, numrow = 10, numcol = 10, nlocs = 20)

Arguments

seed

Set seed

numrow

Number of rows in fishing area

numcol

Number of columns in fishing area

nlocs

Maximum number of fishing locations

Examples

1
rand_locs <- get_rand_locs()

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