Plotting coverage (NA
s) of data tables.
plot_cov.Rd
Plotting coverage (NA
s) of data tables.
Arguments
- data
Input
data.frame
.- group_var
character
indicating categorical variable that is used to group the data before plotting.- exclude_vars
character
indicating which variable(s) should be excluded from the data before plotting.- exclude_na_group
character
indicating whether to include or exclude potentialNA
s in the grouping variable. Default isFALSE
.