na_plot {ezplot} | R Documentation |
na_plot
Description
Visual representation of the NAs in a data.frame
Usage
na_plot(data, palette = ez_col)
Arguments
data |
A data.frame. |
palette |
Colour function. |
Value
A ggplot object.
Examples
na_plot(airquality)
[Package ezplot version 0.7.13 Index]