chooseModel: Choose Modflow Model

Description Usage Value Examples

View source: R/modflowDataFuncs.R

Description

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

Usage

1

Value

model name from vector of available models in MFModels

Examples

1
2
3
4
     MFmodel.Params <- defineMFmodel()
     model <- chooseModel()
     M <- as.data.frame(MFmodel.Params[model,])
     font = fontHeading

KevinRodberg/rModflow documentation built on Jan. 15, 2020, 11:41 p.m.