plot_prop_NA | R Documentation |
The function allows to visualize spatial proportion of NAs and temporal proportion of NAs.
plot_prop_NA(data, variable, time = FALSE, interactive = FALSE, bar = FALSE, map = FALSE)
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 |
Object of class gg
, ggplot
Lorena Ricciotti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.