Learn R Programming

seedy (version 1.3)

flat: Equilibrium population growth model

Description

Provides the expected pathogen population at any point during infection

Usage

flat(x, span, eq.size)

Arguments

x
Time after infection.
span
Total duration of infection.
eq.size
Expected equilibrium population size.

Value

  • Returns expected population size at x.

Examples

Run this code
flat(1:200, span=200, eq.size=1000)

Run the code above in your browser using DataLab