Description Usage Arguments Value Examples
plots an edges
objects
1 2 3 4 5 |
x |
an |
Blocks |
a blocks object or |
sorted |
sort by block membership in |
xlab |
label for x-axis |
ylab |
label for y-axis |
... |
parameters for |
ggplot2
plot of edges in a raster
1 2 3 4 5 6 7 | ## make an sbm model, sample data then plot and print:
model <- sbmmod(dma(2,5), param_beta(1,1,1,1), edges_bern())
s <- model$r(100)
e <- redges(s, model$edge)
plot(e)
plot(e, s)
print(e)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.