calcFeedPast: calcFeedPast

View source: R/calcFeedPast.R

calcFeedPastR Documentation

calcFeedPast

Description

Combines feed baskets of the past with livestock production to get total feed demand

Usage

calcFeedPast(
  balanceflow = TRUE,
  cellular = FALSE,
  cells = "lpjcell",
  products = "kall",
  nutrients = "all"
)

Arguments

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).

Value

List of magpie objects with results on country or cellular level, unit and description.

Author(s)

Isabelle Weindl, Benjamin Leon Bodirsky, Kristine Karstems

Examples

## Not run: 
calcOutput("FeedPast")

## End(Not run)

pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.