plot_nirs: Plot the data extracted from a nirs file

Description Usage Arguments Value Examples

Description

Plot the data extracted from a nirs file

Usage

1
plot_nirs(x, type = "facets")

Arguments

x

A list.

type

A string. Defaults to "facets".

Value

A plot.

Examples

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")

erzk/fnirsr documentation built on May 16, 2019, 8:50 a.m.