plot_spawning_biomass(
dat = paka, # dataset
unit_label = "mt", # unit label: metric tons
scale_amount = 1000, # scale to 1000s of metric tons
relative = FALSE, # show spawning biomass, NOT relative spawning biomass
interactive = FALSE, # prompt user for MODULE_NAME in console
module = "DERIVED_QUANTITIES" # SS3 module which includes uncertainty
)
I tried to use the
rescaleoption with the example plot from the workshop. The axis and axis label changed exactly as expected, but the uncertainty interval got messed up as shown in the plot below.