getParam-methods: get the value of a parameter

Description Usage Arguments Value Examples

Description

get the value of a parameter

Usage

1
2
3
4
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

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

CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.