Create a simple plot for objects returned from create_mNIRS_data()
.
Usage
# S3 method for class 'mNIRS.data'
plot(x, ...)
Arguments
- x
Object of class
mNIRS.data
as returned fromcreate_mNIRS_data()
- ...
Additional arguments,
na.omit = FALSE
A logical indicating whether missing data (
NA
) should be omitted (TRUE
) for better display of disconnected lines, or included (FALSE
, the default) to better recognise where data are missing.
Value
A ggplot2 object.