getParam-methods: get the value of a parameter

getParamR 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")

CoGAPS/CoGAPS documentation built on April 12, 2024, 3:12 a.m.