Generates a coloured table of a performance metric across two axes, which may be a population dynamics variable (e.g., productivity) or a management action (e.g., hatchery production levels or harvest strategy). See example at https://docs.salmonmse.com/articles/decision-table.html
plot_decision_table(x, y, z, title, xlab, ylab)ggplot object
Atomic, vector of values for the x axis (same length as z). Will be converted to factors
Atomic, vector of values for the y axis (same length as z). Will be converted to factors
Numeric, vector of values for the performance metric
Character, optional title of figure
Character, optional x-axis label
Character, optional y-axis label
plot_statevar_ts() plot_tradeoff()