calcFeedPast | R Documentation |
Combines feed baskets of the past with livestock production to get total feed demand
calcFeedPast(
balanceflow = TRUE,
cellular = FALSE,
cells = "lpjcell",
products = "kall",
nutrients = "all"
)
balanceflow |
if TRUE, non-eaten food is included in feed baskets, if not it is excluded. |
cellular |
if TRUE value is calculate on cellular level with returned datajust in dry matter |
cells |
Switch between "magpiecell" (59199) and "lpjcell" (67420) |
products |
products in feed baskets that shall be reported |
nutrients |
nutrients like dry matter (DM), reactive nitrogen (Nr), Phosphorus (P), Generalizable Energy (GE) and wet matter (WM). |
List of magpie objects with results on country or cellular level, unit and description.
Isabelle Weindl, Benjamin Leon Bodirsky, Kristine Karstems
## Not run:
calcOutput("FeedPast")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.