eem_load_dreem {staRdom} | R Documentation |
Load original data from the drEEM tutorial and return it as eemlist
Description
Load original data from the drEEM tutorial and return it as eemlist
Usage
eem_load_dreem()
Value
eemlist
Examples
# Reading MATLAB files from recent versions like the demo dataset from drEEM
# can cause problems if the R installation lacks UTF8 support in iconv.
# Therefore, we use try() in the example. If you encounter related problems,
# please refer to the help for R.matlab::readMat() for details.
eem_list <- try(eem_load_dreem(), silent = FALSE)
eem_list
[Package staRdom version 1.1.28 Index]