Intake fractions of PM: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(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|0.28 (0.18-0.37)|Tainio et al. (2010)
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|0.34 (0.27-0.44)|Tainio et al. (2010)
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}}
{{publication
| authors        =
| title          =
| explanation    =
| publishingyear =
| urn            =
| reference      =
}}

Revision as of 03:45, 20 September 2012


Question

What kind of intake fractions have been defined for PM?

Answer

Intake fractions of PM: Difference between revisions(per million)
ObsGeographical areaYearPM typeSource categorySub-categoryDescription of sub-categorySpecificationResultDescription
1Finland2000Anthropogenic PM2.5Power plantsLarge power plantsEmission from large (>50 MW) power plants (n=117)mode; min-max0.18-0.37Tainio et al. (2010): 0.28 (0.18-0.37)
2Finland2000Anthropogenic PM2.5Power plantsSmall power plantsEmission from small (<50 MW) power plants mode; min-max0.27-0.44Tainio et al. (2010): 0.34 (0.27-0.44)
3Northern Europe-Anthropogenic PM2.5Power plantsMajor power plants-mean of all seasons0.50Tainio et al. (2009)

Rationale

Dependencies

Formula

+ Show code


See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>