View source: R/dygraph_signal.R
dygraph_signal | R Documentation |
Plot a signal with dygraphs
dygraph_signal( signal, ..., time_col = 1, main = NULL, height = NULL, width = "100%", maxlen = 1e+06 )
signal |
Signal dataframe |
... |
Tidyselect argument to select signal columns to plot. If empty, plot column 2. |
time_col |
Column to use for x-axis |
main |
Graph title |
height |
height of dygraph HTML element |
width |
Width of dygraph HTML element |
maxlen |
maximum number of samples. The signal is down sampled to this number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.