LCA of a coffee cup: Difference between revisions
Jump to navigation
Jump to search
(parts moved from Damage vector for life-cycle analysis) |
(now it works) |
||
Line 26: | Line 26: | ||
cat("Primary prosesses related to a cup of coffee (in Euro)\n") | cat("Primary prosesses related to a cup of coffee (in Euro)\n") | ||
oprint(activity) | oprint(activity) | ||
activity <- Ovariable("activity", data = activity) | activity <- Ovariable("activity", data = activity) | ||
Line 42: | Line 31: | ||
damages <- EvalOutput(damages) | damages <- EvalOutput(damages) | ||
damages2 <- truncateIndex(damages, c("Unique_categories", "Damage_categories")) # Truncates # of bins to 10. | |||
# Plot results on a bar graph. | # Plot results on a bar graph. | ||
cat(" | cat("At most ten largest damage categories or purchasing sectors are shown.\n") | ||
ggplot( | ggplot(damages2@output, aes(x = Damage_categories, weight = damagesResult, fill = Purchasing_sector)) + geom_bar() + | ||
theme_grey(base_size = 18) + | theme_grey(base_size = 18) + | ||
theme(axis.text.x = element_text(angle = 45)) + | theme(axis.text.x = element_text(angle = 45)) + | ||
Line 57: | Line 46: | ||
) | ) | ||
ggplot( | ggplot(damages2@output, aes(x = Damage_categories, weight = damagesResult, fill = Unique_categories)) + geom_bar() + | ||
theme_grey(base_size = 18) + | theme_grey(base_size = 18) + | ||
theme(axis.text.x = element_text(angle = 45)) + | theme(axis.text.x = element_text(angle = 45)) + | ||
Line 65: | Line 54: | ||
y = "Amount" | y = "Amount" | ||
) | ) | ||
damages2 <- truncateIndex(damages, c("Unique_categories", "Damage_categories", "Purchasing_sector"), bins = 4) # Truncates # of bins to 4. | |||
oprint(summary(damages2)) | |||
</rcode> | </rcode> | ||
Line 87: | Line 80: | ||
==See also== | ==See also== | ||
* [[Damage vector for life cycle analysis]] | * [[Damage vector for life-cycle analysis]] | ||
* [[Normalisation data for life | * [[Normalisation data for life cycle assessments]] | ||
==Keywords== | ==Keywords== |
Revision as of 07:00, 28 December 2013
Moderator:Jouni (see all) |
|
Upload data
|
Question
What are the life cycle impacts of a coffee cup?
Answer
Rationale
Data
The data are based on discussions at CII, January 2013.[1]
Obs | Purchasing_sector | Result | Description |
---|---|---|---|
1 | 31131A - Sugar cane mills and refining | 0.1 | |
2 | 112120 - Dairy cattle and milk production | 0.2 | |
3 | 311820 - Cookie, cracker, and pasta manufacturing | 0.5 | |
4 | 311920 - Coffee and tea manufacturing | 0.2 | |
5 | 221100 - Electric power generation, transmission, and distribution | 0.1 | |
6 | 322299 - All other converted paper product manufacturing | 0.04 | |
7 | 335210 - Small electrical appliance manufacturing | 0 | |
8 | 335221 - Household cooking appliance manufacturing | 0.01 |
See also
Keywords
References
- ↑ Gregory Norris, personal communication.