View source: R/set_system_boundaries.R
| set_system_boundaries | R Documentation |
Define system boundaries for carbon footprint calculation
set_system_boundaries(scope = "farm_gate", include = NULL)
scope |
Character. Options:
|
include |
Character vector of processes to include (optional). |
A list with $scope and $include
b1 <- set_system_boundaries("farm_gate")
b2 <- set_system_boundaries(include = c("enteric", "manure", "soil"))
b3 <- set_system_boundaries(include = c("enteric", "manure"))
b1$scope
b2$include
b3$include
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.