RPC | R Documentation |
Launches the RPC Shiny App.
RPC(...)
load_session(filename)
... |
Arguments to runApp. |
filename |
Name of file of saved RPC session |
RPC
opens up the App in the user browser.
load_session
returns a named list of openMSE objects saved in an RPC session. Objects include:
OM
the original operating model uploaded to the App
Hist
containing the historical reconstruction of the stock
MSE
containing the projection results from closed-loop simulation of management procedures
MPs
A list of management procedure functions that return catch advice from data.
PMs
A list of performance measure functions that evaluates management procedures in the MSE object.
These objects can be used to re-create figures, obtain LRP estimates, etc. in the R console, for example, see plot_hist and plot_LRP.
OM for operating models included in this package.
## Not run:
RPC(launch.browser = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.