Skip to contents

Creates a line chart visualization of daily summary wearable data metrics over time for a single participant. Each variable is displayed in its own facet with points connected by lines.

Usage

daily_chart(.data, day = "day", variable = "variable", value = "value")

Arguments

.data

A data frame containing the daily wearable data, typically from clean_daily_data().

day

The name of the column containing date values. Defaults to "day".

variable

The name of the column containing variable names. Defaults to "variable".

value

The name of the column containing measurement values. Defaults to "value".

Value

A ggplot2::ggplot object displaying daily metrics as line charts faceted by variable type.