RPC: Reference Point Calculator (RPC)

View source: R/RPC.R

RPCR Documentation

Reference Point Calculator (RPC)

Description

Launches the RPC Shiny App.

Usage

RPC(...)

load_session(filename)

Arguments

...

Arguments to runApp.

filename

Name of file of saved RPC session

Details

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.

See Also

OM for operating models included in this package.

Examples

## Not run: 
RPC(launch.browser = TRUE)

## End(Not run)

Blue-Matter/RPC documentation built on Feb. 3, 2025, 11:20 a.m.