Landscape
ObjectThis function is a specific instantiation of a generic system to generate parameters for a chosen landscape. Any user-specified function can be written to generate parameters, as long as the return list is in the same format.
Landscape.Parameters(nFeed, nAqua, pointGen = "poisson", module, modulePars, hazV = 0, hazW = 0, hazI = 0, haz = 0, searchFeed = NULL, searchAqua = NULL, enterP = NULL, xLim = c(0, 1), yLim = c(0, 1), aquaSD = 0.025, ...)
nFeed | number of feeding sites |
---|---|
nAqua | number of aquatic habitats |
pointGen | character to select spatial point pattern generation function
|
module | character
|
modulePars | additional list of named parameters to be passed to Aquatic Ecology module specific parameter generating functions
|
hazV | mean value for feeding site vegetation landing hazard (if 0 it is set to 0 for all sites) |
hazW | mean value for feeding site outside wall landing hazard (if 0 it is set to 0 for all sites) |
hazI | mean value for feeding site indoor wall landing hazard (if 0 it is set to 0 for all sites) |
haz | mean value for aquatic habitat landing hazard (if 0 it is set to 0 for all sites) |
searchFeed | vector of searchWt for feeding sites (if |
searchAqua | vector of searchWt for aquatic habitats (if |
enterP | vector of house entry probabilities or single numeric value for all sites (if |
xLim | x-axis bounds for simulated points |
yLim | y-axis bounds for simulated points |
aquaSD | standard deviation of aquatic habitat scatter around feeding sites |
... | additional named arguments for pointGen() |
a named list of parameters
FeedingSite_PAR: see Landscape.Feeding.Parameters
for details
AquaticSite_PAR: see Landscape.Aqua.Parameters
for details