addBlock {DiGGer} | R Documentation |
Add a Block()
object to a search objective in a DiGGer search
object.
## 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(), ...)
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 |
... |
Not used. |
Neil Coombes