plot_vts | R Documentation |
The function plot_vts plots voltage vs time.
plot_vts(data, aggregate = TRUE, interval = 100)
data |
Dataframe containing columns for time and volts |
aggregate |
TRUE/FALSE indicated whether to aggregate the data and reduce the number of points by plotting only the mean over a set interval. |
interval |
Integer indicating the number of points to aggregate together if aggregate = TRUE. |
If a large amount of data is fed in, it is recommended to aggregate because plotting an excess of points is time intensive.
A voltage time series plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.