plot_F.Rd
Plot the predicted fishing mortality (F)
plot_F(assess)
An object of class Assess
A list with a data.frame and a ggplot object
MyData <- Import(Example_Data()[2])
MyAssess <- Assess(MyData)
#> Parameters pass all checks
#> Index, Effort, and Catch detected. Only fitting to Index and Catch. Set `Data$Fit_Effort=1` to fit to Effort as well.
plot_F(MyAssess)