View source: R/NZES-pollination.R
nzes.pollination | R Documentation |
This function models floral resources for honey bee pollinators, following Ausseil et al. 2018 Ecological Applications
nzes.pollination( lcm, lcclasses, pollenlt, nectarlt, pollendemand, pollenrange, nectarrange, nectardemand = 200 )
lcm |
Raster of land cover classes as integer |
lcclasses |
Vector of land cover lookup classes in same order as lookup tables below |
pollenlt |
Lookup table of pollen production kgha-1 per 12 months |
nectarlt |
Lookup table of nectar production kgha-1 per 12 months |
pollendemand |
Vector of pollen demand per month kg. Must have one named value of "September" |
pollenrange |
Vector of pollen travel distance per month km |
nectarrange |
Vector of nectar travel distance per month km |
nectardemand |
Annual nectar requirement kg |
Raster stack indicating the annual carrying capacity in colonies per pixel and the annual pollinator density per cropped pixel. Layer 1+3 is the more conservative estimate using all months pollen to constrain. Layer 2+4 is using September as per Ausseil et al
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.