draw_exercise_time_density: Draw density of exercise time.

Description Usage Arguments Value Examples

Description

Draw density of exercise_type time in groups specified by grouping_col.

Usage

1
draw_exercise_time_density(dataset, exercise_type, grouping_col)

Arguments

dataset

survey dataset

exercise_type

one of the factor value in ExerciseType column

grouping_col

column name used for grouping

Value

density plot for exercise time of specific exercise_type grouped by grouping_col.

Examples

1
2
draw_exercise_time_density(survey, "Vigorous Work", "Gender")
draw_exercise_time_density(survey, "Walking/Biking", "Age")

jjankowiak/exploreNHANES documentation built on May 14, 2019, 2:07 p.m.