Modifies the fishing mortality value for a species by a particular gear. Parameters that can be adjusted using this function are: ForcedEffort, ForcedFRate, or ForcedCatch.
adjust.fishing(
Rsim.scenario,
parameter,
group = NA,
sim.year = 1,
sim.month = 0,
value
)
Scenario object that contains all of the rsim rates and
forcing functions generated by rsim.scenario
.
Parameters to be modified (See Description)
Name of the group whose parameter is being changed.
Year of the simulation that should be modified. Can be a range of years.
Month of the year that should be modified. If set to 0, all months of the year are modified.
New value for the parameter.
Returns an Rsim.scenario
object with the new fishing parameter
values.
Other Adjust functions:
adjust.scenario()