getParam {CoGAPS}R Documentation

get the value of a parameter

Description

get the value of a parameter

Usage

getParam(object, whichParam)

## S4 method for signature 'CogapsParams'
getParam(object, whichParam)

Arguments

object

an object of type CogapsParams

whichParam

a string with the name of the requested parameter

Value

the value of the parameter

Examples

 params <- new("CogapsParams")
 getParam(params, "seed")

[Package CoGAPS version 3.6.0 Index]