plot_cumulative_quality: Plot Cumulative Quality

View source: R/plot_cumulative_quality.R

plot_cumulative_qualityR Documentation

Plot Cumulative Quality

Description

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.

Usage

plot_cumulative_quality(df, quality_indicator)

Arguments

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.

Value

Returns a ggplot2 object.

Examples

## Not run: plot_cumulative_quality(df, quality_indicator = sd)

SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.