addBlock {DiGGer}R Documentation

Add a block to an objective in a DiGGer object.

Description

Add a Block() object to a search objective in a DiGGer search object.

Usage

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

Arguments

this

The DiGGer object to be modified.

phaseNo

The Phase of the DiGGer search to be modified.

objectiveNo

The Objective to be modified.

newBlock

The Block() object to be added to the search objective. The default adds a "nugget" variance, rowsInBlock=1, columnsInBlock=1, blockVarianceRatio=0.1.

...

Not used.

Author(s)

Neil Coombes

See Also

Block


[Package DiGGer version 1.0.5 Index]