plotHistogram | R Documentation |
It draws a grid with an histogram per exposure in an ExposomeSet.
plotHistogram(x, select, density = TRUE, show.trans = FALSE)
x |
ExposomeSet which exposome will be plotted. |
select |
Name fo the exposure to be plotted. If missing, all exposures will be used. |
density |
(default |
show.trans |
(default |
A ggplot
object.
plotFamily to draw the profile of a family of exposures, plotMissings to plot the missing data from an ExposomeSet
data("exposome") plotHistogram(expo[1:3, ], select = "ldde_lip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.