plot2logis: plot2logis

Description Usage Arguments Value Examples

View source: R/epididact.R

Description

Comparison of two epidemics (logistic models) in the same plot

Usage

1
plot2logis(y0_1, y0_2, r_1, r_2, maxt)

Arguments

y0_1

Epidemic 1: initial inoculum

y0_2

Epidemic 2: initial inoculum

r_1

Epidemic 1: rate of progress

r_2

Epidemic 2: rate of progress

maxt

epidemic duration (days)

Value

two logistic curves

Examples

1
plot2logis(0.001, 0.001, 0.4,0.2, 60)

JUANCCI/Epididact documentation built on May 7, 2019, 10:13 a.m.