Generates a tradeoff figure, a comparison between two performance metrics, across two variables which may represent 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_tradeoff(pm1, pm2, x1, x2, xlab, ylab, x1lab, x2lab)ggplot object
Numeric or matrix. A vector of values for the first performance metric on the x-axis. Alternatively, provide a three column matrix corresponding to the lower bound, central tendency, and upper bound.
Numeric or matrix. A vector of values for the second performance metric on the y-axis (same length as pm1). Alternatively, provide a three column matrix corresponding to the lower bound, central tendency, and upper bound.
Atomic, vector of values for the first grouping variable. Various levels are represented by colours. Same length as pm1.
Numeric, vector of values for the second grouping variable. Various levels are represented by shapes. Same length as pm1.
Character, optional x-axis label
Character, optional y-axis label
Character, optional label for the first grouping variable
Character, optional label for the second grouping variable
plot_statevar_ts() plot_decision_table()