Difference between revisions of "POPs in Baltic herring"

From Testiwiki
Jump to: navigation, search
m (Result)
m (Answer)
Line 17: Line 17:
 
dat <- dat[dat$POP == "2378TCDD" , ]
 
dat <- dat[dat$POP == "2378TCDD" , ]
  
oprint(aggregate(dat$Fish_species, dat[c("Fish_species", "N_individuals", "Matrix")], FUN = length))
+
oprint(aggregate(dat$Fish_species, dat[c("Fish_species", "Catch_location", "Matrix")], FUN = length))
  
 
dat <- dat[dat$Fish_species == "Baltic herring" , ]
 
dat <- dat[dat$Fish_species == "Baltic herring" , ]
ggplot(dat, aes(x = Result, colour = N_individuals))+geom_density()+scale_x_log10()
+
ggplot(dat, aes(x = Result, colour = Catch_location))+geom_density()+scale_x_log10()
  
 
</rcode>
 
</rcode>

Revision as of 09:25, 1 February 2016



Question

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

Answer

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

+ Show code

Rationale

See also

References