Skip to contents

MCP Output UI

MCP Output Server

Usage

mcpOutUI(id, title, outFUN = verbatimTextOutput, showWidth = FALSE)

mcpOutServer(
  id,
  formulasAndPriors,
  mcpData,
  mcpFitList,
  mcpModel,
  outFUN,
  renderFUN = renderPrint
)

Arguments

id

The module id

title

The title of the output

outFUN

The output function

showWidth

Show the width slider

formulasAndPriors

The reactive formulas and priors

mcpData

The reactive mcp data

mcpFitList

The reactive mcp fit list

mcpModel

The reactive mcp model

renderFUN

The render function