geomorphR/geomorph

Issue with plot.gm.prcomp

Closed this issue · 1 comments

I used to run code to create a tangent space using plot.gm.prcomp and then us plot3d to create a great rotatable PCA plot. Now when I run my code I get:

Error in plot.gm.prcomp(scaled_points, axis1 = 1, axis2 = 2, warpgrids = FALSE, :
could not find function "plot.gm.prcomp"

Did this function change? Thanks!