powered by
Plot latent positions from a Procrustean simulation.
plot_latent_positions(blsm_obj, colors, points_size = 0.1, labels_point_size = 5, labels_point_color = "yellow", labels_text_size = 1, labels_text_color = "blue", circles_2D = FALSE)
BLSM object obtained through estimate_latent_positions
(Optional) Colors of the simulated coordinate points in the latent space. Internal default colors are used if the argument is missing.
Size of the coordinate points
Size of the label points
Color of the label points
Text size in the label points
Text color in the label points
Plot circles of radius \(\alpha\) (see the model's main variables) centered around the label points
# NOT RUN { plot_latent_positions(example_blsm_obj, labels_point_color = "black", labels_text_color = "black") plot_latent_positions(example_blsm_obj, circles_2D = TRUE) # }
Run the code above in your browser using DataLab