epiphy (version 0.5.0)

simulated_epidemics: Examples of simulated epidemic data.

Description

Epidemics were generated using the stochastic simulator from Xu and Madden (2004). The data consist of the numbers of diseased plants per sampling unit (out of a total of n = 100 plants in each sampling unit). N = 144 sampling units, and different values for the parameters pattern and mu were used for the simulations.

Usage

simulated_epidemics

Arguments

Format

A data frame with 864 rows and 6 variables:

[, 1]patternEither clumped (i.e. aggregated), random or regular.
[, 2]muMedian spore dispersal parameter.
[, 3:4]x,yGrid spatial coordinates.
[, 5]iNumber of diseased plants (from 0 to 100).
[, 6]nSampling unit size. Here, n = 100 plants per sampling unit.