Description Usage Format Methods
This is a Landscape object that is part of a MICRO microsimulation Tile object, defined in MicroTile.
1 |
An R6Class generator object
Constructor
new: initialize a new Landscape object
Arguments:
Landscape_PAR: see Landscape.Parameters for parameter generation function.
Getters & Setters
get_FeedingSites: get private$FeedingSites
Arguments:
ixS: if NULL return all sites, otherwise return site indexed by ixS
set_FeedingSites: set private$FeedingSites
Arguments:
FeedingSites: replacement object (see below)
ixS: if NULL replace all sites, otherwise replace site indexed by ixS
get_AquaSites: get private$AquaSites
Arguments:
ixS: if NULL return all sites, otherwise return site indexed by ixS
set_AquaSites: set private$AquaSites
Arguments:
AquaSites: replacement object (see below)
ixS: if NULL replace all sites, otherwise replace site indexed by ixS
get_SugarSites: get private$SugarSites
set_SugarSites: set private$SugarSites
get_MatingSites: get private$MatingSites
set_MatingSites: set private$MatingSites
Pointers
get_TilePointer: get MicroTile pointer
set_TilePointer: set MicroTile pointer
set_FemalePopPointer:
set_FemalePopPointer:
get_MosquitoPopMalePointer:
set_MosquitoPopMalePointer:
get_HumansPointer: get HumanPop pointer
set_HumansPointer: set HumanPop pointer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.