Intake fractions of PM: Difference between revisions
Jump to navigation
Jump to search
(→Answer) |
(formula added) |
||
Line 6: | Line 6: | ||
== Answer == | == Answer == | ||
<t2b index="Geographical area,Year,PM type,Source category,Sub-category,Description of sub-category,Specification,Observation" locations="Result,Description" unit=" per million "> | <t2b index="Geographical area,Year,PM type,Source category,Sub-category,Description of sub-category,Specification,Observation" locations="Result,Description" unit=" per million "> | ||
Finland|2000|Anthropogenic PM2.5|Power plants|Large power plants|Emission from large (>50 MW) power plants (n=117)|mode; min-max| | Finland|2000|Anthropogenic PM2.5|Power plants|Large power plants|Emission from large (>50 MW) power plants (n=117)|mode; min-max|0.18-0.37|Tainio et al. (2010): 0.28 (0.18-0.37) | ||
Finland|2000|Anthropogenic PM2.5|Power plants|Small power plants|Emission from small (<50 MW) power plants |mode; min-max| | Finland|2000|Anthropogenic PM2.5|Power plants|Small power plants|Emission from small (<50 MW) power plants |mode; min-max|0.27-0.44|Tainio et al. (2010): 0.34 (0.27-0.44) | ||
Northern Europe|-|Anthropogenic PM2.5|Power plants|Major power plants|-|mean of all seasons|0.50|Tainio et al. (2009) | Northern Europe|-|Anthropogenic PM2.5|Power plants|Major power plants|-|mean of all seasons|0.50|Tainio et al. (2009) | ||
</t2b> | </t2b> | ||
Line 18: | Line 18: | ||
=== Formula === | === Formula === | ||
<rcode label="Initiate variable"> | |||
library(OpasnetUtils) | |||
library(xtable) | |||
intake.fraction <- new("ovariable", | |||
name = "intake.fraction", | |||
data = tidy(op_baseGetData("opasnet_base", "Op_en5813"), objname = "intake.fraction") | |||
) | |||
out <- EvalOutput(intake.fraction, N = 10) | |||
print(xtable(out@output), type = 'html') | |||
objects.put(intake.fraction) | |||
cat("Object created successfully. Save the key for further use.\n") | |||
</rcode> | |||
==See also== | ==See also== | ||
Line 30: | Line 47: | ||
{{mfiles}} | {{mfiles}} | ||
Revision as of 03:45, 20 September 2012
Moderator:Nobody (see all) Click here to sign up. |
This page is a stub. You may improve it into a full page. |
Upload data
|
Question
What kind of intake fractions have been defined for PM?
Answer
Obs | Geographical area | Year | PM type | Source category | Sub-category | Description of sub-category | Specification | Result | Description |
---|---|---|---|---|---|---|---|---|---|
1 | Finland | 2000 | Anthropogenic PM2.5 | Power plants | Large power plants | Emission from large (>50 MW) power plants (n=117) | mode; min-max | 0.18-0.37 | Tainio et al. (2010): 0.28 (0.18-0.37) |
2 | Finland | 2000 | Anthropogenic PM2.5 | Power plants | Small power plants | Emission from small (<50 MW) power plants | mode; min-max | 0.27-0.44 | Tainio et al. (2010): 0.34 (0.27-0.44) |
3 | Northern Europe | - | Anthropogenic PM2.5 | Power plants | Major power plants | - | mean of all seasons | 0.50 | Tainio et al. (2009) |
Rationale
Dependencies
Formula
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>