create_fig_steps: Create a figure showing the mean daily step count
Description
The function generates a figure showing the daily mean of the daily step count in correspondence with the Tudor-Locke et al.
(2011; doi: 10.1186/1479-5868-8-79) categories.
Usage
create_fig_steps(score, language = c("en", "fr", "de"))
Arguments
- score
A numeric value for mean daily step count.
- language
A character value for setting the language with which the figure should be created: en
for english; fr
for french.
Examples
Run this codecreate_fig_steps(score = 12500)
Run the code above in your browser using DataLab