View source: R/utils_graphing.R
add_task_v_lines
adds vertical lines that delineate the timing boundaries of tasks/conditions defined in the
timing file
1 2 3 4 5 6 7 | add_task_v_lines(
base_plot = NULL,
timing_data = NULL,
time_col = "Time",
task_col = "Task",
label_color = IBI_POINT_COLORS["original"]
)
|
base_plot |
is a |
timing_data |
is a |
time_col |
is of type |
task_col |
is of type |
label_color |
hexidecimal code for label used in conjunction with the vertical lines. Defaults to the standard "original" color |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.