calcFeedBalanceflow: calcFeedBalanceflow

View source: R/calcFeedBalanceflow.R

calcFeedBalanceflowR Documentation

calcFeedBalanceflow

Description

Calculates feed balanceflows from MAgPIE-Feed model to meet FAO data

Usage

calcFeedBalanceflow(
  per_livestock_unit = FALSE,
  cellular = FALSE,
  cells = "lpjcell",
  products = "kall",
  future = "constant"
)

Arguments

per_livestock_unit

default false

cellular

if TRUE value is calculate on cellular level

cells

Switch between "magpiecell" (59199) and "lpjcell" (67420)

products

products in feed baskets that shall be reported

future

if FALSE, only past years will be reported (reduces memory)

Value

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

Author(s)

Isabelle Weindl, Kristine Karstens

Examples

## Not run: 
calcOutput("FeedBalanceflow")

## End(Not run)


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