View source: R/plot-time-pattern-series.R
plot_time_pattern_series | R Documentation |
Plot time pattern series data.
plot_time_pattern_series(
data_tp,
alpha = 0.3,
individual_lines = FALSE,
title = "Time pattern profiles (kml3d results)",
hour_limits = c(0, 24),
hour_scale = c(0, 4, 8, 12)
)
data_tp |
data frame including questionnaire_id, kml3d results and time pattern data. |
alpha |
opacity of the time pattern lines. |
individual_lines |
show individual time pattern lines (boolean). |
title |
plot title. |
hour_limits |
y axis limits (hours). |
hour_scale |
y axis breaks (hours). |
ggplot2 time pattern series plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.