Define_Model {RShinyAux} | R Documentation |
Server function for defining a 2-D Model
Define_Model(input, output, session, flag.sill = TRUE, flag.normalize=FALSE, ndim=2)
input, output |
The arguments input and output are usual server arguments (list-like objects). The input stores the current values of all of the widgets in the app, while the output contains all of the code needed to update the R objects in the app. |
session |
The session object is an environment that can be used to access information and functionality relating to the session. |
flag.sill |
When TRUE, the widget for defining the sill is presented. Otherwise the widget is hidden and the sill is set to 1. |
flag.normalize |
When TRUE, the resulting Model is normalized beforehand (over the sills of the basic structures that compose the Model). |
ndim |
Space dimension |
A model-class
containing the 2-D Model.
This Model can be composed of up to 3 basic structures.