Learn R Programming

LobsterCatch (version 0.1.0)

GetSimOutput: This function extracts the results of simulation.

Description

This function extracts the results of simulation.

Usage

GetSimOutput(x, mls = 82.5)

Value

Returns the followings for each replicate: the number of lobsters caught, legal catch weight (bigger than mls), total catch weight and length of time to reach maximum catch.

Arguments

x

is an object generated by SimulateLobsterMovement function.

mls

is the minimum legal size(mls) in mm. The default is 82.5 mm.