define_locs: Define Fishing Locations Function to define fishing locations...

Description Usage Arguments Examples

Description

Define Fishing Locations Function to define fishing locations based on certain conditions

Usage

1
define_locs(numrow = 10, numcol = 10, condition)

Arguments

numrow

Number of rows in fishing area

numcol

Number of columns in fishing area

condition

Condition used to subset the data. Input as text then parsed out Subsets based on the expanded grid

Examples

1
define_locs(condition = "y == 3 & x == 5")

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