Description Usage Arguments Value Examples
Create a grand average of the ETG-4000 data
1 |
x |
A data frame with ETG-4000 data. |
A data frame with ETG-4000 data plus an extra column including Grand Average
1 2 3 4 5 | file_path <- system.file("extdata", "Hitachi_ETG4000_24Ch_Total.csv", package = "fnirsr")
ETG_header <- load_ETG4000_header(file_path)
fnirs_signal <- load_ETG4000_data(file_path, ETG_header)
grand_average_ETG4000(fnirs_signal)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.