getLinearCovariate {DiGGer}R Documentation

Get the linear covariate from a DiGGer objective.

Description

Get the linear covariate from a DiGGer objective.

Usage

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

Arguments

this

A DiGGer, Phase or Objective object of a DiGGer search.

phaseNo

The Phase of the DiGGer search to be accessed.

objectiveNo

The Objective of the DiGGer search to be accessed.

...

Not used.

Value

A text "NONE", "ROWS", "COLUMNS" or "BOTH".

Author(s)

Neil Coombes


[Package DiGGer version 1.0.5 Index]