plotLOD | R Documentation |
This function can be used to draw the amount of under-LOD values in the exposures of an ExposomeSet.
plotLOD(object, lod.col = "LOD", x.max = 100, sort = TRUE)
object |
ExposomeSet which exposome will be plotted. |
lod.col |
(default |
x.max |
(default |
sort |
(default |
A ggplot
object.
plotFamily to draw the profile of a family of exposures, plotHistogram to draw the shape of an exposure, tableMissings to get a table with the missing data of an ExposomeSet, imputation to impute missing data on the exposures of an ExposomeSet
data("exposome") # The included has no missing data plotLOD(expo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.