View source: R/GetImputedDistrPlots.R
GetImputedDistPlots | R Documentation |
Get density/proportion plot showing observed and imputed data
GetImputedDistPlots(
colName,
dt,
missingOnly = TRUE,
colorPalette = c("#69b023", "#7bbcc0")
)
colName |
Name of column to show density/proportion. Required. |
dt |
Data table object. Required. |
missingOnly |
Logical indicating to show only imputed values in
the imputed data sets. Optional. Default = |
colorPalette |
Character vector of colors for plotted
series. Optional. Default = |
ggplot2 object
## Not run:
GetImputedDistPlots(dt, colName, missingOnly, colorPalette)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.