Plotting an OM

OM Plots

The plot function can be used to generate a HTML document with plots of the contents of an operating model object. Use ?plot.OM or see here for more details on the plot function for OM objects.

For example:

library(MSEextra)
plot(Almaco_Jack_GOM_NOAA)

results in this document with plots of the ‘Almaco_Jack_GOM_NOAA’ OM.

OM Report

A detailed OM report can also be generated. See here for details.