plot_vts: Time series plot of voltage

plot_vtsR Documentation

Time series plot of voltage

Description

The function plot_vts plots voltage vs time.

Usage

plot_vts(data, aggregate = TRUE, interval = 100)

Arguments

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.

Details

If a large amount of data is fed in, it is recommended to aggregate because plotting an excess of points is time intensive.

Value

A voltage time series plot.


LylChun/EPGminer documentation built on Aug. 28, 2023, 12:30 a.m.