plot_somaticGrowth_milkType_association: Create boxplots of child growth at 24 months by milk...

Description Usage Arguments Examples

View source: R/plot_functions.R

Description

This function will output a boxplot with means of child growth measure at 24-months of age by milk consumption type at 6-months of age.

Usage

1
plot_somaticGrowth_milkType_association(variable = "inf_weight_kg",variableName = "Infant Weight")

Arguments

variable

Growth measure to be plotted. Options are "inf_weight_kg","zbmi","zwfl","zwei","zlen","skinf_tricep_mm","skinf_subscap_mm","skinf_supra_mm","skinf_midthigh_mm","circ_umb_cm"

variableName

Name of growth measure to be plotted. Options are "Infant Weight","BMI Z-score","Weight-for-Length Z-score","Weight Z-score","Length Z-score","Tricep Skinfold (mm)","Subscapular Skinfold (mm)","Suprailiac Skinfold (mm)","Midthigh Skinfold (mm)","Abdominal Circumference (cm)"

Examples

1
2
plot_somaticGrowth_milkType_association()
plot_somaticGrowth_milkType_association(variable = "zbmi",variableName = "BMI Z-score")

rbarner/infantMilkConsumption documentation built on Nov. 19, 2019, 12:36 a.m.