View source: R/runMaturityYearByYear.R View source: R/plotMaturity.R
plot.maturitybyyears | R Documentation |
Plot maturity by years
## S3 method for class 'maturitybyyears'
plot(x, ...)
x |
maturitybyyears |
... |
ggplot object
## Not run:
data(cap)
data(catch)
data(maturityInitialParameters)
result <- runMaturityYearByYear(cap,catch,maturityInitialParameters, plot = TRUE)
plot(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.