paginate_series: a pagination tool for plotting series datastream.

View source: R/paginate_series.R

paginate_seriesR Documentation

a pagination tool for plotting series datastream.

Description

simple function which provides a menu navigation for seires datastream

Usage

paginate_series(
  s,
  increment = 4 * 48,
  time = "samples",
  xaxt = "n",
  las = 1,
  ...
)

Arguments

s

a series data stream or a dataframe approximating one. gets passed to plot_series.

increment

the number of sampling points to show on the plot at one time. also current increments without overlap when you page forward or backwards.

time

a string which indicates what you want the x-axis to be. right now only "samples" (running sample index) or "numeric" (matlab style datenum since the unix epoch) are supported.

xaxt

default set to 'n' so i can plot an axis like you asked for in time.

las

default to 1 why would you do anything else?

...

all that other good graphics stuff and gets passed to plot_series.


williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.