# NOT RUN {
# Load the 1970-1999 version of the North Sea model supplied with the package, run, and
# generate a plot:
model <- e2e_read("North_Sea", "1970-1999")
results <- e2e_run(model, nyears=2,csv.output=FALSE)
e2e_plot_catch(model, results, selection="BY_GEAR")
dev.new()
e2e_plot_catch(model, results, selection="BY_GUILD")
# }
Run the code above in your browser using DataLab