create_fig_sed {activAnalyzer} | R Documentation |
Create a figure showing the mean daily sedentary (SED) time
Description
The function generates a figure showing mortality hazard ratio in correspondence with daily SED hours. The figure is based on data extracted from Ekelund et al. paper (2019; doi: 10.1136/bmj.l4570).
Usage
create_fig_sed(score, language = c("en", "fr", "de"))
Arguments
score |
A numeric value for mean daily SED time in minutes. |
language |
A character value for setting the language with which the figure should be created: |
Value
A ggplot object.
Examples
create_fig_sed(score = 400)
[Package activAnalyzer version 2.1.1 Index]