setBlock {DiGGer} | R Documentation |
Modify the number of rows and the number of columns in the template of
a DiGGer Block
. Define the random block variance ratio or set
to a non-positive value for fixed blocks. The Block
object
must already exist.
## S3 method for class 'DiGGer' setBlock(this, phaseNo = 1, objectiveNo = 1, blockNo = 1, rowsInBlock = 1, columnsInBlock = 1, blockVarianceRatio = 0.1, ...) ## S3 method for class 'Phase' setBlock(this, objectiveNo = 1, blockNo = 1, rowsInBlock = 1, columnsInBlock = 1, blockVarianceRatio = 0.1, ...) ## S3 method for class 'Objective' setBlock(this, blockNo = 1, rowsInBlock = 1, columnsInBlock = 1, blockVarianceRatio = 0.1, ...)
this |
The |
phaseNo |
The Phase number of the DiGGer search to be modified. |
objectiveNo |
The Objective number to be modified. |
blockNo |
The Block number to be modified. |
rowsInBlock |
Number of rows in the block template. |
columnsInBlock |
Number of columns in the block template. |
blockVarianceRatio |
The block variance ratio, positive for random blocks, fixed blocks otherwise. |
... |
Not used. |
Neil Coombes