update_dots: Updating the status of the "dots"

Description Usage Arguments Value Examples

Description

Updates the status of the dots (Susceptible, Infected or Recovered)

Usage

1
update_dots(data, gen = 0, p)

Arguments

data

The dataset containing the dots information

gen

Current generation of the epidemic

p

Transmission kernel parameters. These must have been created using the set_params function.

Value

An updated dataset

Examples

1
dots_data = update_dots(data=dots_data, gen=0, p=params)

qleclerc/rdots documentation built on May 10, 2019, 9:52 a.m.