Define a caption for plot_dvtime
Arguments
- cent
Character string specifying the central tendency measure to plot.
Options are:
Mean only:
"mean"
(default)Mean +/- Standard Deviation:
"mean_sdl"
Median only:
"median"
Median +/- Interquartile Range:
median_iqr
None:
"none"
- log_y
Logical indicator for log10 transformation of the y-axis.
- obs_dv
Logical indicating if observed data points should be shown. Default is
TRUE
.- grp_dv
Logical indicating if observed data points should be connected within a group (i.e., spaghetti plot). Default is
FALSE
.