GenEst (version 1.2.4)

modelRunWidget: Create a Model Run Widget for the GenEst User Interface HTML

Description

This is a generalized function for creating a model run widget used in the GenEst GUI, based on the model type (modType). The widget includes the model run button, the model clear button (once the model has finished running), and any text displayed prior to model running being allowed.

Usage

modelRunWidget(modType)

preTextMaker(modType)

Arguments

modType

Toggle control for the model type of the widget. One of "SE", "CP", "M", or "g".

Value

HTML for the model run widget.

HTML for the model run widget pre-run text.

Details

preTextMaker creates pre-model-run text depending on the model type.