R/edf.R

#' Read data stored in a European Data Format (EDF and EDF+) file.
#'
#' The edf package provides methods for reading files containing
#' physiologic data stored in a European Data Format (EDF and EDF+)
#' file and returns the data as a structured list.
#'
#' @references Kemp B., Värri, A., Rosa, A.C., Nielsen, K.D. and Gade, J. (1992).
#'             A simple format for exchange of digitized polygraphic recordings.
#'             Electroencephalogr Clin Neurophysiol. 1992 May;82(5):391-3.
#'             \url{http://www.ncbi.nlm.nih.gov/pubmed/1374708}
#'
#'             Kemp, B. and Olivan, J. (2003). European data format 'plus' (EDF+),
#'             an EDF alike standard format for the exchange of physiological data.
#'             Clin Neurophysiol. 2003 Sep;114(9):1755-61.
#'             \url{http://www.ncbi.nlm.nih.gov/pubmed/12948806}
#'
#' @docType package
#' @name edf
NULL

Try the edf package in your browser

Any scripts or data that you put into this service are public.

edf documentation built on May 2, 2019, 8:54 a.m.