getPredation.Rd
This function produces similar output as the standalone Gadget's printPredatorPrey type output
getPredation(x, type)
x | Stock or Fleet name |
---|---|
type | Must be either "stock" or "fleet" |
A matrix of predator-prey statistics of an subject inside the list(catch = ...) object
if (FALSE) { if(interactive()){ exPath <- loadExample() initGadget(exPath, "refinputfile") stat <- getPredation("comm", "fleet") print(stat$catch$had) endGadget() } }