Learn R Programming

bigutilsr (version 0.3.4)

predict.Procrustes: Predict method

Description

Predict method for class Procrustes.

Usage

# S3 method for Procrustes
predict(object, X, ...)

Arguments

object

Object of class Procrustes.

X

New matrix to transform.

...

Not used.

Value

X, transformed.

See Also

procrustes().