View source: R/channel_management.R
validate_channels | R Documentation |
Performs several checks on the structure of channel info: 1) Checks that "electrode" is character, not factor. 2) rounds any numeric values to 2 decimal places. 3) Checks for any missing channels in the chan_info if signal names are supplied; populates them with NA if it finds any.
validate_channels(chan_info, sig_names = NULL)
chan_info |
A channel info structure |
sig_names |
signal names from eegUtils signals |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.