View source: R/mnirs_methods.R
| print.mnirs | R Documentation |
Generic methods for objects of class "mnirs".
## S3 method for class 'mnirs'
print(x, ...)
x |
Object of class |
... |
Additional arguments passed to |
print |
Returns |
x <- read_mnirs(
example_mnirs("train.red"),
nirs_channels = c(smo2 = "SmO2"),
time_channel = c(time = "Timestamp (seconds passed)"),
verbose = FALSE
) |>
resample_mnirs(method = "linear", verbose = FALSE) |>
extract_intervals(
start = by_time(2452, 3168),
span = c(-60, 120),
verbose = FALSE
)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.