Generate a list of ggplot2 components for consistent oscillogram theme.
Usage
oscillo_option(ts, tzero = 0, title = NULL, xlim = NULL, ylim = NULL)
Arguments
- ts
A time series object.
- tzero
A numeric value for time offset.
- title
A character string for the plot title.
- xlim
A numeric vector. X axis limits (default: NULL).
- ylim
A numeric vector. Y axis limits (default: NULL).
Value
A list of ggplot2 elements.