Plots the edge density for the given group for a range of the MCMC iterations (indicated by start
and end
).
edge_density_plot(sbfc_result, group, start = 0, end = 1)
An object of class sbfc
.
Which group (0 or 1) to plot edge density for.
The start of the included range of MCMC iterations (default=0, i.e. starting with the first iteration).
The end of the included range of MCMC iterations (default=1, i.e. ending with the last iteration).