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 Procrustes.

X

New matrix to transform.

...

Not used.

Value

X, transformed.

See Also

procrustes().


[Package bigutilsr version 0.3.4 Index]