create_fig_steps {activAnalyzer}R 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"))

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)


[Package activAnalyzer version 2.0.2 Index]