getParam {CoGAPS} | R Documentation |
get the value of a parameter
getParam(object, whichParam) ## S4 method for signature 'CogapsParams' getParam(object, whichParam)
object |
an object of type CogapsParams |
whichParam |
a string with the name of the requested parameter |
the value of the parameter
params <- new("CogapsParams") getParam(params, "seed")