plotTOs: Trade-offs plot by MP for a range of statistics Figure 4

plotTOsR Documentation

Trade-offs plot by MP for a range of statistics Figure 4

Description

Trade-offs plot by MP for a range of statistics Figure 4

Usage

plotTOs(
  data,
  x = unique(data$statistic)[1],
  y = setdiff(unique(data$statistic), x),
  probs = c(0.1, 0.5, 0.9),
  size = 0.5,
  alpha = 0.75
)

Examples

data(perf)
plotTOs(perf, x="C", y=c("SBMSY", "FMSY", "green", "SB0"))

flr/mseviz documentation built on Jan. 19, 2024, 4:31 a.m.