plot.maturitybyyears: Plot maturity by years

View source: R/runMaturityYearByYear.R View source: R/plotMaturity.R

plot.maturitybyyearsR Documentation

Plot maturity by years

Description

Plot maturity by years

Usage

## S3 method for class 'maturitybyyears'
plot(x, ...)

Arguments

x

maturitybyyears

...

Value

ggplot object

Examples

## Not run: 
data(cap)
data(catch)
data(maturityInitialParameters)
result <- runMaturityYearByYear(cap,catch,maturityInitialParameters, plot = TRUE)
plot(result)

## End(Not run)

IMRpelagic/bifrost documentation built on Oct. 17, 2023, 7:11 a.m.