Plot a Single Oscillogram
plot_oscillo.RdGenerate a line plot of a single time series (oscillogram).
Arguments
- ts
A numeric time series object.
- tzero
A numeric value indicating time shift (default: NULL).
- trange
A numeric vector specifying time range to display.
- ylim
Either 'pm' or a numeric vector of length 2.
- title
A character string specifying the plot title.
- size
A numeric value for line width (default: 0.3).
- ...
Additional arguments for
ggplot2::geom_line.