plot_latent_positions: Base BLSM plot function

Description Usage Arguments Examples

Description

Plot latent positions from a Procrustean simulation.

Usage

1
2
3
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 α (see the model's main variables) centered around the label points

Examples

1
2
3
plot_latent_positions(example_blsm_obj, labels_point_color = "black", labels_text_color = "black")

plot_latent_positions(example_blsm_obj, circles_2D = TRUE)

BLSM documentation built on May 2, 2019, 2:45 p.m.