setObjectiveWeight {DiGGer}R Documentation

Set the scaling weight for a DiGGer Objective.

Description

Modify the multiplication factor for the A-measure of a DiGGer Objective.

Usage

## S3 method for class 'DiGGer'
setObjectiveWeight(this, phaseNo = 1, objectiveNo = 1,
objectiveWeight = 1, ...)
## S3 method for class 'Phase'
setObjectiveWeight(this, objectiveNo = 1,
objectiveWeight = 1, ...)
## S3 method for class 'Objective'
setObjectiveWeight(this, objectiveWeight = 1, ...)

Arguments

this

A DiGGer search or component object.

phaseNo

The Phase number to be modified.

objectiveNo

The Objective number to be modified.

objectiveWeight

The multiplication factor for the A-measure of this objective.

...

Not used.

Author(s)

Neil Coombes


[Package DiGGer version 1.0.5 Index]