plot_by_membership: Plot adjacency matrix by membership

Description Usage Arguments

Description

Plot adjacency matrix by membership

Usage

1
plot_by_membership(df, edgelist, size = 0.1, alpha = 0.5)

Arguments

df

a data frame of group membership, with variables id, id_num and group

edgelist

a data frame of edges, with varaibles citing, cited, id_num, and group

size

size of dots in ggplot2::geom_point()

alpha

alpha of dots in ggplot2::geom_point()


clement-lee/mmsbmdag documentation built on May 31, 2019, 4:59 a.m.