nosoiSimOneConstructor: nosoiSimOne Constructor

View source: R/nosoiSim.R

nosoiSimOneConstructorR Documentation

nosoiSimOne Constructor

Description

Creates a nosoiSimOne object.

Usage

nosoiSimOneConstructor(
  N.infected,
  table.hosts,
  table.state,
  prefix.host,
  popStructure = c("none", "discrete", "continuous")
)

Arguments

N.infected

number of infected hosts

table.hosts

data.table of hosts

table.state

data.table of hosts movement

popStructure

geographical structure (one of "none, "discrete" or "continuous")

Value

An object of class nosoiSimOne


slequime/nosoi documentation built on Feb. 15, 2024, 3:31 p.m.