plot_latent_positions {BLSM}R Documentation

Base BLSM plot function

Description

Plot latent positions from a Procrustean simulation.

Usage

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)

Arguments

blsm_obj

BLSM object obtained through estimate_latent_positions

colors

(Optional) Colors of the simulated coordinate points in the latent space. Internal default colors are used if the argument is missing.

points_size

Size of the coordinate points

labels_point_size

Size of the label points

labels_point_color

Color of the label points

labels_text_size

Text size in the label points

labels_text_color

Text color in the label points

circles_2D

Plot circles of radius \alpha (see the model's main variables) centered around the label points

Examples

plot_latent_positions(example_blsm_obj, labels_point_color = "black", labels_text_color = "black")

plot_latent_positions(example_blsm_obj, circles_2D = TRUE)

[Package BLSM version 0.1.0 Index]