Exposures in Finland: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(code improved)
No edit summary
Line 16: Line 16:
objects.latest("Op_en5918", "calculations") # Get the latest ovariables from code calculations on page Op_en5918.
objects.latest("Op_en5918", "calculations") # Get the latest ovariables from code calculations on page Op_en5918.


exposureFinland <- EvalOutput(exposureFinland)
Exposure <- EvalOutput(Exposure)
Exposed.Fraction <- EvalOutput(Exposed.Fraction)
Background.Exposure <- EvalOutput(Background.Exposure)


print(xtable(exposureFinland@output[exposureFinland@output$Iter == 1, ]), type = 'html') # Show a result table
print(xtable(Exposure@output[Exposure@output$Iter == 1, ]), type = 'html') # Show a result table
print(xtable(Background.Exposure@output[Background.Exposure@output$Iter == 1, ]), type = 'html')
print(xtable(Exposed.Fraction@output), type = 'html')


ggplot(exposureFinland@output, # Show a bar chart
ggplot(exposureFinland@output, # Show a bar chart
Line 82: Line 86:
</rcode>
</rcode>


[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=pH2EbeEXre9GOhmJ Default run]
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=T5mWgpDw7V6oTt2X Default run]


=== Dependencies ===
=== Dependencies ===

Revision as of 08:45, 4 February 2013



Question

What are typical exposure levels of common pollutants in Finland?

Answer

+ Show code

Default run

Rationale

Calculations

Note! The ovariables are NOT updated by updating the data table. You have to also re-run this initiation code.

+ Show code

Default run

Dependencies

Data

Part of data from op_fi:Seturi/altistus

Exposures in Finland: Difference between revisions(-)
ObsPollutantExposure.routeUnitExposure.metricGroupAgeExposed.fractionExposureBackground.exposureDescription
1Indoor radonInhalationBq /m3Whole population1100 (95 - 105) 5 (4 - 9)
2PM2.5Inhalationµg /m3Whole population17 (6 - 8)3
3Chlorination byproductsIngestionµg /LUsers of chlorinated surface water0.44611 (488.8 - 733.2)0

Formula

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>