Learn R Programming

DFA (version 1.0.0)

EEGsignal: A single DFA dataframe with the decimal log fluctuation curve.

Description

The data contains the log fluctuation channel curve calculated for an epileptic subject extracted in the Physionet platform.

Usage

data("EEGsignal")

Arguments

Format

A data frame with 91 observations on the following 2 variables.

log10(boxes)

a numeric vector referring to the decimal logarithm of the boxes sizes.

log10(DFA)

a numeric vector referring to the decimal logarithm of the Detrended Fluctuation Analysis (DFA) calculated in each boxe.

References

https://physionet.org/content/chbmit/1.0.0/chb01/#files-panel

Examples

Run this code
data(EEGsignal)
data("EEGsignal")
x<-EEGsignal$`log10(boxes)`
y<-EEGsignal$`log10(DFA)`
plot(x,y)

Run the code above in your browser using DataLab