Description Usage Arguments Value Examples
This function takes a mSet object and print a histogram of missing values. The x axis is the number of missing values per feature, and the y axis is number of features with specific number of missing values. This is usful when filling NAs.
1 | plot_hist_NA(object, include.zero = FALSE)
|
object |
A |
include.zero |
Logic value whether to include zero in the histogram. Default is FALSE. |
A ggplot object
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.