plot methods that highlight years in fwdControl
plot method for FLStocks, fwdControl
# S4 method for class 'FLStock,fwdControl'
plot(x, y, fill = "#E69F00", ...)
# S4 method for class 'FLQuant,fwdControl'
plot(x, y, fill = "#E69F00", ...)
# S4 method for class 'FLQuants,fwdControl'
plot(x, y, fill = "#E69F00", ...)
# S4 method for class 'FLStocks,fwdControl'
plot(x, y, fill = "#E69F00", ...)
plot(x, y)
data(ple4)
control <- fwdControl(year=2008:2017, quant="f", value=0.3)
# No fwd projection took place, simply passing year range
plot(ple4, control)
plot(ssb(ple4), control)
plot(FLQuants(SSB=ssb(ple4), F=fbar(ple4)), control)
data(ple4)
control <- fwdControl(year=2008:2017, quant="f", value=0.3)
# No fwd projection took place, simply passing year range
plot(FLStocks(PLE4=ple4), control)