View source: R/utils_graphing.R
Internal utility for generating dynamic text label corresponding to ibi value
1 2 3 4 5 6 | ibi_value_label(
base_plot = NULL,
hover_point = NULL,
time_col = "Time",
ibi_col = "IBI"
)
|
base_plot |
is a |
hover_point |
value based on user hovering behavior - can be used to inspect specific IBI value to assist with editing. |
time_col |
is of type |
ibi_col |
is of type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.