View source: R/plot-fecundity.R
plot_fecundity | R Documentation |
Create a aplot of fecundity-at-age and mean-weight-at-age
plot_fecundity(
model,
yrs = NULL,
line_colors = c("blue", "red"),
line_alpha = 0.5,
leg_pos = c(0.68, 0.13),
leg_ncol = 1,
leg_font_size = 14,
...
)
model |
A model, created by |
yrs |
A vector of the years to use in the calculations |
leg_pos |
The position of the legend inside the plot. If |
leg_ncol |
The number of columns to show in the legend |
leg_font_size |
The legend font size |
... |
Arguments passed to |
axis_title_font_size |
Size of the font for the X and Y axis labels |
axis_tick_font_size |
Size of the font for the X and Y axis tick labels |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.