multiJGLplot: Visualisation function for static multiclass network models

View source: R/multiJGLplot.R

multiJGLplotR Documentation

Visualisation function for static multiclass network models

Description

Visualisation function for static multiclass network models

Usage

multiJGLplot(
  x,
  obs.class.names = NULL,
  node.names = NULL,
  obs.class.legend = TRUE,
  graphlayout = NULL,
  lcex = 0.5,
  ...
)

Arguments

x

An individual element (e.g. $linear.strs) from the output of multiJGL function.

obs.class.names

Observational class names.

node.names

Network node names.

obs.class.legend

Optional: Obs class specific legends.

graphlayout

igraph argument.

lcex

the cex argument for legends.

...

Additional igraph arguments.

Value

Multiclass network plot.

Examples

print("multiJGLplot(multiJGLoutput$linear.strs)")

KontioJuho/multiJGL documentation built on Oct. 30, 2022, 3:42 a.m.