getBlock {DiGGer} | R Documentation |
Get a copy of a Block
object from a DiGGer search object.
## S3 method for class 'DiGGer' getBlock(this, phaseNo = 1, objectiveNo = 1, blockNo = 1, allBlocks=FALSE, ...) ## S3 method for class 'Phase' getBlock(this, objectiveNo = 1, blockNo = 1, ...) ## S3 method for class 'Objective' getBlock(this, blockNo = 1, ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
blockNo |
The |
allBlocks |
If |
... |
Not used. |
Modification of this Block
object will also
modify the copy in its original context, Objective
,
Phase
, DiGGer
. A new Block()
assignment to
this object will not affect the original context.
Neil Coombes