getCorrelation {DiGGer} | R Documentation |
Get a Correlation
object from an objective in a DiGGer search.
## S3 method for class 'DiGGer' getCorrelation(this, phaseNo = 1, objectiveNo = 1, ...) ## S3 method for class 'Phase' getCorrelation(this, objectiveNo = 1, ...) ## S3 method for class 'Objective' getCorrelation(this, ...)
this |
A component object from a DiGGer search. |
phaseNo |
The |
objectiveNo |
The |
... |
Not used. |
Modification of this Correlation
object will
also modify the copy in its DiGGer context. A
new Correlation()
assignment to this object will not affect the
DiGGer Objective
correlation.
Neil Coombes