getNumberOfBlocks {DiGGer} | R Documentation |
Get the number of block factors in a DiGGer
objective.
## S3 method for class 'DiGGer' getNumberOfBlocks(this, phaseNo = 1, objectiveNo = 1, ...) ## S3 method for class 'Phase' getNumberOfBlocks(this, objectiveNo = 1, ...) ## S3 method for class 'Objective' getNumberOfBlocks(this, ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
... |
Not used. |
Neil Coombes