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")


isglobal-brge/dsExposomeClient documentation built on March 5, 2024, 12:26 p.m.