Plot the data extracted from a nirs file

plot_nirs(x, type = "facets")

Arguments

x

A list.

type

A string. Defaults to "facets".

Value

A plot.

Examples

file_path <- system.file("extdata", "Simple_Probe.nirs", package = "fnirsr") data <- load_nirs_data(file_path) plot_nirs(data)
plot_nirs(data, type = "facets")