Description Usage Value Examples
View source: R/modflowDataFuncs.R
chooseModel
Provides Radio button choices of available Modflow models.
The implementation is capable of a variable number of radioButtons
depending on length of MFModels vector via a loop
1 |
model
name from vector of available models in MFModels
1 2 3 4 | MFmodel.Params <- defineMFmodel()
model <- chooseModel()
M <- as.data.frame(MFmodel.Params[model,])
font = fontHeading
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.