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.
1 | electrode_results(rwalk_df, electrode_pos, smoothing_count = 4)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.