RunModel.R 115 bytes
RunModel <- function(InputsModel,RunOptions,Param,FUN_MOD){
    return( FUN_MOD(InputsModel,RunOptions,Param) )