powered by
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)
Run the code above in your browser using DataLab