View source: R/plot_cumulative_quality.R
plot_cumulative_quality | R Documentation |
This function creates a plot of a numeric quality indicator over time so an analyst can observe if an enumerator's work is improving over the course of data collection, primarily with anthropometric data.
plot_cumulative_quality(df, quality_indicator)
df |
Inputs a dataframe which has an been processed and standandardized by healthyr::format_nut_health_indicators function. |
quality_indicator |
Inputs a character value specifying the quality indicator to plot. Options include sd and dps. |
Returns a ggplot2 object.
## Not run: plot_cumulative_quality(df, quality_indicator = sd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.