View source: R/plot-management-catch-vs-tac.R
plot_management_catch_vs_tac | R Documentation |
Make a time series plot of the management-chosen TAC, assessment estimated TAC, and realized catch
plot_management_catch_vs_tac(
d,
curr_assess_biomass = NULL,
line_type = "solid",
line_width = 1,
line_alpha = 0.5,
leg_pos = c(0.65, 0.83),
leg_ncol = 1,
leg_font_size = 12,
point_size = 3,
ret_tbl = FALSE,
font_size = 10,
right_cols_cm = 1.8,
...
)
d |
The data as read in using |
curr_assess_biomass |
Current year's assessment-estimated biomass
(or any value). If |
line_type |
Which linetype to use for connecting the values with vertical lines |
line_width |
Width of the connecting lines |
line_alpha |
Which alpha level (0-1) to use for connecting the values with vertical lines |
leg_pos |
The legend position as x-y coordinates (vector of 2) |
leg_ncol |
The number of columns to split the legend into |
leg_font_size |
The legend font size |
point_size |
The point size |
ret_tbl |
Logical. If |
font_size |
The table data and header font size in points |
right_cols_cm |
The number of centimeters wide to make all of the rightmost columns (all the value columns) |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.