guiwidgets | R Documentation |
Input widgets for food demand GUI app
xi.matrix.input()
y0.input.box()
column.input.table(
inputids,
defvals,
min,
max,
step,
labels = c("Staple (A_s)", "Nonstaple (A_n)")
)
eta.selector(id, label2 = "\\(\\eta=f(Y)\\)", sel = 1)
inputids |
Character vector of parameter identifiers |
defvals |
Vector of default values |
min |
Minimum value |
max |
Maximum value |
step |
Slider step size |
labels |
Character vector of labels |
xi.matrix.input
: Input boxes for xi matrix
y0.input.box
: Input boxes for y0
column.input.table
: Draw input grid for other inputs
eta.selector
: Draw selector widget for eta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.