plot_network: Plot events and names in the Norway Digital Archives

Description Usage Arguments Details Value Author(s) Examples

View source: R/plot_network.R

Description

Plot events and names using a force directed network graphic

Usage

1

Arguments

net

A list with nodes and links from create_network

Details

A wrapper for 'codeforceNetwork' with some basic defaults.

Value

A network graph

Author(s)

Chris Stubben

Examples

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)

cstubben/norwayr documentation built on May 14, 2019, 12:25 p.m.