Description Usage Arguments Value Examples
Remove channels from the ETG-4000 data
1 | remove_channels_ETG4000(x, channel = NULL)
|
x |
A data frame with ETG-4000 data. |
channel |
A vector with integers. |
A data frame with ETG-4000 data.
1 2 3 4 5 6 | file_path <- system.file("extdata", "Hitachi_ETG4000_24Ch_Total.csv", package = "fnirsr")
ETG_header <- load_ETG4000_header(file_path)
df <- load_ETG4000_data(file_path, ETG_header)
remove_channels_ETG4000(df, channel = 15)
remove_channels_ETG4000(df, channel = c(16, 20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.