Description Usage Arguments Value Examples
Plot the data extracted from a nirs file
1 |
x |
A list. |
type |
A string. Defaults to "facets". |
A plot.
1 2 3 4 5 | file_path <- system.file("extdata", "Simple_Probe.nirs", package = "fnirsr")
data <- load_nirs_data(file_path)
plot_nirs(data)
plot_nirs(data, type = "facets")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.