mm_coords_to_shape | R Documentation |
Visualize shape of target coordinates
mm_coords_to_shape(A, PCA, target_coords, target_PCs = c(1, 2))
A |
A landmark array used for the pca |
PCA |
output of prcomp. Should contain $transormation |
target_coords |
A single set of X,Y coordinates. |
target_PCs |
Integer identifying which pc to use on the X and Y axis. Default is c(1,2) for PC1 on x and PC2 on y |
A landmark array representing the hypothetical shape of a given set of coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.