We can get a snapshot of the behaviour of the full exposome using the ds.plotFamily
function. This function draws a panel of boxplots with all the numeric families of exposures
ds.plotFamily("exposome_object", family = "all")
We can also plot single families and perform grouping inside of them. This function makes use of the ggplot2
library to generate the plots. Future plans include displaying non-disclosive plots for non-numeric families.
ds.plotFamily("exposome_object", family = "Phthalates", group = "sex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.