Landscape.Feeding.Parameters: MICRO: Generate Parameters for 'Landscape' 'FeedingSite'

Description Usage Arguments Value

Description

This function generates a named list of parameters to initialize all AquaticSite objects on a MICRO Landscape.

Usage

1
2
Landscape.Feeding.Parameters(nFeed, pointGen = "poisson", searchWt = NULL,
  enterP = NULL, hazV = 0, hazW = 0, hazI = 0, ...)

Arguments

nFeed

number of feeding sites

pointGen

character to select spatial point pattern generation function

  • "poisson": pointsPoisson

  • "clustered": pointsClustered

  • "overdispersed": pointsOverdispersed

  • "lattice": pointsLattice

searchWt

vector of searchWt (if NULL initialize to Gamma(1,1) distribution)

enterP

vector of house entry probabilities or single numeric value for all sites (if NULL initialize to Beta(9,1) distribution)

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)

...

additional named arguments to be passed to the pointGen(nFeed, ...) function

Value

return a list


smitdave/MASH documentation built on May 30, 2019, 5:02 a.m.