plot.biLCM.position: Plot biLCM with latent position

Description Usage Arguments Value

View source: R/biLCM.R

Description

Plot biLCM with latent position

Usage

1
2
3
4
plot.biLCM.position(biLCM_Object, group1_latent_position = NULL,
  group2_latent_position = NULL, LSM_Object = NULL,
  main = "biLCM Community Distribution", legend_position = "topleft",
  radius = 0.1)

Arguments

biLCM_Object

A trained object of class biLCM

LSM_Object

A trained object of class LSM. An optional argument, required if group1_latent_position and group2_latent_position are missing

group1_space

A matrix representing the latent group1 space. This matrix should have rows equal to the number of group1, and columns equal to the dimensionality of the latent space, either 1 or 2.

group2_space

A matrix representing the latent group2 space. This matrix should have rows equal to the number of group2, and columns equal to the dimensionality of the latent space, either 1 or 2.

Value

plot


insongkim/polnet documentation built on March 3, 2020, 11:55 p.m.