Description Usage Arguments Examples
Get network heatmap at all timesteps as a GIF
1 | network.heatmap.GIF(net_build_object, interval = NULL, save = FALSE)
|
net_build_object |
objected returned by |
interval |
interval of timesteps to produce GIF in |
save |
TRUE/FALSE whether or not to save the GIF, if TRUE the GIF will be saved as network.gif in the current working directory. |
1 2 3 4 5 | ## Not run:
data(net_example)
network.heatmap(net_example, at = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.