EEGsignal | R Documentation |
The data contains the log fluctuation channel curve calculated for an epileptic subject extracted in the Physionet platform.
data("EEGsignal")
A data frame with 91 observations on the following 2 variables.
a numeric vector referring to the decimal logarithm of the boxes sizes.
a numeric vector referring to the decimal logarithm of the Detrended Fluctuation Analysis (DFA) calculated in each boxe.
https://physionet.org/content/chbmit/1.0.0/chb01/#files-panel
data(EEGsignal)
data("EEGsignal")
x<-EEGsignal$`log10(boxes)`
y<-EEGsignal$`log10(DFA)`
plot(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.