create_fig_steps: Create a figure showing the mean daily step count

View source: R/create_fig_steps.R

create_fig_stepsR Documentation

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.

Value

A ggplot object.

Examples

create_fig_steps(score = 12500)


activAnalyzer documentation built on Sept. 24, 2024, 1:07 a.m.