dygraph_signal: Plot a signal with dygraphs

View source: R/dygraph_signal.R

dygraph_signalR Documentation

Plot a signal with dygraphs

Description

Plot a signal with dygraphs

Usage

dygraph_signal(
  signal,
  ...,
  time_col = 1,
  main = NULL,
  height = NULL,
  width = "100%",
  maxlen = 1e+06
)

Arguments

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.


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.