Skip to contents

Returns a named character vector of hex colours keyed on the four state labels produced by label_states(). Pass the output to the colours argument of any actogram function to override individual colours.

Usage

actogram_colours()

Value

Named character vector with elements "wake", "sleep", "nap", and "off-wrist".

Examples

actogram_colours()
#>      wake     sleep       nap off-wrist 
#> "#C25E2A" "#3B2F6B" "#F0A500" "#D9C8A0" 
# wake        sleep        nap    off-wrist
# "#C25E2A" "#3B2F6B" "#F0A500" "#D9C8A0"