View source: R/utils_graphing.R
generate_base_gui_plot
defines the base plot that forms the basis for interactively editing IBIs
1 2 3 4 5 6 7 | generate_base_gui_plot(
ibi_data = NULL,
color_map = NULL,
ibi_col = "IBI",
time_col = "Time",
pnt_type = "pnt_type"
)
|
ibi_data |
is a |
color_map |
is defined by internal ibibVizEdit settings that map point colors to each category |
ibi_col |
is of type |
time_col |
is of type |
pnt_type |
is the default column name for the IBI data being edited that represents the status of the IBI value in terms of whether it was originally detected by the peak detection algorithm and if not what type of edit generated the final value present in the data set. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.