paramValueIndex: Method paramValueIndex

Description Usage Arguments Value Examples

Description

Method to get and set the parameter combination index corresponding to a given parameter combination. The value of the paramValueIndex lays in the range [0:575]

Usage

1
2
3
4
5
6
7
8
9
paramValueIndex(x)

paramValueIndex(x) <- value

## S4 method for signature 'CMoptions'
paramValueIndex(x)

## S4 replacement method for signature 'CMoptions'
paramValueIndex(x) <- value

Arguments

x

instance of class CMoptions

value

Index corresponding to a given parameter combination

Value

The paramValueIndex corresponding to the current options when used as get, the new CMoptions object with updated parameters when used to set.

Examples

1
2
3
4
5
opts <- CMoptions()
paramValueIndex(opts)

opts <- CMoptions()
paramValueIndex(opts) <- 2

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.