getObjectiveWeight {DiGGer}R Documentation

Get the weight used for a DiGGer objective.

Description

Get the weight used to scale the A-measure associated with a DiGGer objective.

Usage

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

Arguments

this

A DiGGer, Phase or Objective from a DiGGer search.

phaseNo

The Phase to be queried.

objectiveNo

The Objective to be queried.

...

Not used.

Author(s)

Neil Coombes


[Package DiGGer version 1.0.5 Index]