ccplot {FLCore}R Documentation

Catch-curves plot

Description

Catch-curves are essential to explore the mortality carried out on a stock. It shows the trends on different cohorts by age.

Generic function

ccplot(x,data)

Methods

signature(x=formula,data=FLCohort) :
Trends on cohorts by age.

Author(s)

The FLR Team

See Also

FLComp

Examples

data(ple4)
ccplot(data~age, data=FLCohort(ple4@catch.n), type="l")

[Package FLCore version 2.2 Index]