# NOT RUN {
# Load the 2003-2013 version of the North Sea model supplied with the package:
model <- e2e_read("North_Sea", "2003-2013")
# Run the model for 2 years and generate the results object
results <- e2e_run(model,nyears=2)
# Set csv.output=TRUE to save results to csv files to the directory
# specified in the e2e_read() function call.
# Time series plot of state varaiables over the full length of the run
e2e_plot_ts(model, results,selection="ECO")
dev.new()
e2e_plot_ts(model, results,selection="CATCH")
# }
Run the code above in your browser using DataLab