chooseFilterStart: Choose the beginning of the filter period

Description Usage Arguments Details Value Examples

Description

Allows the user to visually choose a start point and align MultiPAS data.

Usage

1
chooseFilterStart(X, xlim = c(0, 3000), col = 2, period = 1800, graph = TRUE, start = 1)

Arguments

X

A data frame imported with importPAS.

xlim

A numeric vector specifying the start and end points of the data region to be plotted.

col

A numeric indicating the column to plot.

period

The length of the sample period, in second, including the background.

graph

Whether or not to use the a graphical interface to select the start point.

start

If graph = FALSE, the start point of the filter period. Not used otherwise.

Details

Uses an interactive plot to allow the user to visually choose the start point of the first filter period in a MultiPAS dataset.

Value

A plot of the data and a subset dataframe aligned to the chosen start point.

Examples

1
2
pas <- importPAS('pas.txt') 
  setFilterStart()

alphonse/aeRo documentation built on May 11, 2019, 11:21 p.m.