Plotting of a two-mode network with multilevel structure revealed

plot_multilevel(mat, levels = NULL)

Arguments

mat

An incidence matrix

Value

A plot

Details

Removes all isolates to clarify structure. Relies on Fruchterman-Rheingold to give initial coordinates, which is then rotated around the x-axis. TODO: Allow more than two levels to be plotted at once.

Examples

plot_multilevel(create_random(10,12,0.2))