deleteObjective {DiGGer}R Documentation

Delete an Objective from a DiGGer search

Description

Delete an Objective from a DiGGer search.

Usage

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

Arguments

this

The DiGGer object to be modified

phaseNo

The Phase of the DiGGer search to be modified.

objectiveNo

The Objective to be deleted from the search.

...

Not used.

Author(s)

Neil Coombes


[Package DiGGer version 1.0.5 Index]