Difference between revisions of "POPs in Baltic herring"

From Testiwiki
Jump to: navigation, search
m (Rationale)
m (Answer: TEQ plot added)
Line 7: Line 7:
  
 
== Answer  ==
 
== Answer  ==
 +
Distributions (mean and SD) of congener concentrations are calculated with a Bayes model and presented in a table below (not shown yet). Based on the mean concentrations of individual congeners, TEQs are calculated for each congener and plotted below.
 +
 +
<rcode embed=1 graphics=1>
 +
 +
library(OpasnetUtils)
 +
library(ggplot2)
 +
 +
objects.latest("Op_en2583", "pop_bayes")
 +
ggplot(teqpart, aes(x = Congener, y = Result, fill = Congener)) + geom_bar(stat = "identity") +
 +
  labs(x = "Congener", y = "TEQ (pg/g fat)") + coord_flip()
 +
 +
</rcode>
  
 
== Rationale ==
 
== Rationale ==

Revision as of 10:32, 16 June 2016



Question

What are the concentrations of persistent organic pollutants (POPs) in Baltic sea fish.

Answer

Distributions (mean and SD) of congener concentrations are calculated with a Bayes model and presented in a table below (not shown yet). Based on the mean concentrations of individual congeners, TEQs are calculated for each congener and plotted below.

+ Show code

Rationale

POP concentrations in Baltic sea fish have been measured from samples collected in EU-kalat project.

+ Show code

See also

References