plotMissings | R Documentation |
This function can be used to draw the number of missing data in exposures and in phenotypes of an ExposomeSet.
plotMissings(object, set, x.max = 100, sort = TRUE)
object |
ExposomeSet which exposome will be plotted. |
set |
Can be set to |
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 plotMissings(expo, set = "exposures") plotMissings(expo, set = "phenotypes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.