View source: R/rc_plot_missing.R
rc_plot_missing | R Documentation |
Creates a pie chart for each variable passed from
rc_missing()
and returns list containing the plots. NOTE The
data passed from rc_missing()
must be in long format. These
plots are useful for investigating the structure of missing data.
rc_plot_missing(missing_data, return_data = FALSE)
missing_data |
Dataframe. A frame of long format missing data, as
created by |
Marcus Lehr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.