Create "at-age" plot
plot_aa(
dat,
x = "year",
y = "age",
z = "estimate",
label = "Abundance",
xlab = "Year",
ylab = "Age",
facet = NULL,
proportional = TRUE,
...
)filtered data frame from standard output file(s) preformatted for the target label from filter_data
a string of the column name of data used to plot on the x-axis (default is "year")
a string of the column name of data used to plot on the y-axis (default is "age")
a string of the column name of data used to control the size of the bubbles (default is "estimate")
a string of the label for the size of the bubbles (default is "Abundance")
a string of the x-axis label (default is "Year")
a string of the y-axis label (default is "Age")
a string or vector of strings of a column that facets the data (e.g. "sex", "area", etc.). It is not recommended to include more than one facet due to the complexity of the plot.
Set size of points relative to z when TRUE, point size are relative to one another while when set to FALSE, point size is relative to z
inherited arguments from internal functions from geom_point
Create a plot of abundance at age for a stock assessment report.
if (FALSE) { # \dontrun{
plot_aa(dat)
} # }