plot_network: Plot interactive network

Description Usage Arguments

View source: R/plot_network.R

Description

Generate a plot of network connections

Usage

1
2
3
4
5
6
7
8
plot_network(
  n = 100,
  contacts = 1,
  sd = 1,
  save = NULL,
  sick = 1,
  font_size = 12
)

Arguments

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


databrew/covid19 documentation built on Aug. 24, 2020, 10:39 a.m.