Generate a plot of network connections
1 2 3 4 5 6 7 8 | plot_network(
n = 100,
contacts = 1,
sd = 1,
save = NULL,
sick = 1,
font_size = 12
)
|
n |
Number of units (families, for example) |
contacts |
Average number of contacts between families |
sd |
Standard deviation in number of contacts |
sick |
Percent sick |
font_size |
Font size |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.