predict.Procrustes {bigutilsr} | R Documentation |
Predict method
Description
Predict method for class Procrustes
.
Usage
## S3 method for class 'Procrustes'
predict(object, X, ...)
Arguments
object |
Object of class |
X |
New matrix to transform. |
... |
Not used. |
Value
X
, transformed.
See Also
[Package bigutilsr version 0.3.4 Index]