electrode_results: Electrode results

Description Usage Arguments

View source: R/rwalk.R

Description

Returns the time series and electrode results of a given random walk matrix. The rest of the matrix serves only to compute the electrode results and are unnecessary for subsequent plotting.

Usage

1
electrode_results(rwalk_df, electrode_pos, smoothing_count = 4)

Arguments

rwalk_df.

A calculated random walk matrix in the form of a data frame.

electrode_pos.

The column index within the random walk matrix, locating the electrode results.

smoothing_count.

Integer. The electrode results can be smoothed using a moving average applied across the indicated number of values.


pnojai/rwalk documentation built on Nov. 12, 2019, 7:42 a.m.