Define_Model_Mono_UI {RShinyAux} | R Documentation |
UI function for defining one Basic Structure of a 2-D Model
Define_Model_Mono_UI(id, rank.def=1, ndim=2, scale.def=0.3, scale.min=0.01, scale.max=2, scale.step=0.1, sill.def=1, sill.min=0.01, sill.max=100, sill.step=1, param.def=1, param.min=0.01, param.max=2, param.step=0.1)
id |
The input slot that will be used to access the value |
rank.def |
Defaulted rank of the Basic structure |
ndim |
Space Dimension |
scale.def |
Defaulted range of the Basic structure (when needed) |
scale.min |
Minimum range of the Basic structure (when needed) |
scale.max |
Maximum range of the Basic structure (when needed) |
scale.step |
Step for range of the Basic structure (when needed) |
sill.def |
Defaulted sill of the Basic structure (when needed) |
sill.min |
Minimum sill of the Basic structure (when needed) |
sill.max |
Maximum sill of the Basic structure (when needed) |
sill.step |
Step for sill of the Basic structure (when needed) |
param.def |
Defaulted third parameter of the Basic structure (when needed) |
param.min |
Minimum third parameter of the Basic structure (when needed) |
param.max |
Maximum third parameter of the Basic structure (when needed) |
param.step |
Step for third parameter of the Basic structure (when needed) |
None