Exposures in Finland: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(objects.store used)
Line 14: Line 14:
library(ggplot2)      # A package with fancy graph formats
library(ggplot2)      # A package with fancy graph formats


objects.get("q5z9YayubD5KjRPt")
# objects.get("q5z9YayubD5KjRPt")


# 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.


Exposure <- EvalOutput(Exposure)
Exposure <- EvalOutput(Exposure)
Line 39: Line 39:


===Calculations===
===Calculations===
; Huom! Päivitin tätä koodia sen jälkeen kun raportoin virheestä ei lipsu vaan särkyi. Senhetkinen koodi löytyy [http://en.opasnet.org/en-opwiki/index.php?title=Exposures_in_Finland&oldid=28123]
; Note! The ovariables are NOT updated by updating the data table. You have to also re-run this initiation code.


[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=SXD46CcsFO9WaKs5 Default run}
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=SXD46CcsFO9WaKs5 Default run}
Line 62: Line 58:
"Background.ExposureResult"
"Background.ExposureResult"
)],
)],
save = FALSE
getddata = FALSE,
)
)


Line 71: Line 67:
"Background.ExposureResult"
"Background.ExposureResult"
)],
)],
save = FALSE
getddata = FALSE,
)
)


Line 80: Line 76:
"ExposureResult"
"ExposureResult"
)],
)],
save = FALSE
getddata = FALSE,
)
)


objects.put(Exposure, Exposed.Fraction, Background.Exposure)
objects.store(Exposure, Exposed.Fraction, Background.Exposure)


cat("Ovariables Exposure, Exposed.Fraction, and Background.Exposure saved. Save the key.\n") # page_indent = Op_en5918, code_name = calculations\n")
cat("Ovariables Exposure, Exposed.Fraction, and Background.Exposure saved. page_indent = Op_en5918, code_name = calculations\n")


print(xtable(EvalOutput(Exposure, N = 1)@output), type = 'html')
print(xtable(EvalOutput(Exposure, N = 1)@output), type = 'html')

Revision as of 19:11, 5 February 2013



Question

What are typical exposure levels of common pollutants in Finland?

Answer

+ Show code

Default run

Rationale

Calculations

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

+ Show code

Dependencies

Data

Part of data from op_fi:Seturi/altistus

Exposures in Finland: Difference between revisions(-)
ObsPollutantExposure.routeUnitExposure.metricPopulationAgeExposed.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>