Description Usage Arguments Details Value Author(s) Examples
Plot events and names using a force directed network graphic
| 1 | plot_network(net, ...)
 | 
| net | A list with nodes and links from  | 
A wrapper for 'codeforceNetwork' with some basic defaults.
A network graph
Chris Stubben
| 1 2 3 4 5 6 7 | ## Not run: 
  s1 <- advanced_search(1638, first="Siv*", last="Lars*", residence="Stub*")
  sivert <- get_records(s1)
  net <- create_network(sivert, highlight="Stub")
  plot_network(net)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.