plot_prop_NA {PublicWorksFinanceIT} | R Documentation |
Visual representation of NAs proportion over space and time
Description
The function allows to visualize spatial proportion of NAs and temporal proportion of NAs.
Usage
plot_prop_NA(data, variable, time = FALSE, interactive = FALSE, bar = FALSE, map = FALSE)
Arguments
data |
Dataset of class 'data.frame'. Specify the dataset obtained from the retrieving and the |
variable |
character. Specify the name of the variable for which to obtain the NAs proportion. |
time |
Logical. By default set to |
interactive |
Logical. By default set to |
bar |
Logical. By default set to |
map |
Logical. By default set to |
Value
Object of class gg
, ggplot
Author(s)
Lorena Ricciotti
[Package PublicWorksFinanceIT version 0.3.1 Index]