R/eegr.R

# data.R - define object and methods for 'ctd'
# Copyright (C) 2020  Geert van Boxtel, <G.J.M.vanBoxtel@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
#
# Version history
# 20190918  GvB       Setup for eegr 0.1.0
# 20201224  GvB       Documentation adapted for v0.3-0
#---------------------------------------------------------------------------------------------------------------------

#' eegr: A package for processing eeg data.
#'
#' The \code{eegr} package provides functions to process continuous or
#' event-related electroencephalographic (EEG) or other psychophysiological
#' data.
#' 
#' The most common file format for the storage of psychophysiological data is
#' EDF/BDF, and this package contains the function \code{readEDF} to read data
#' from files using this format.
#' 
#' @section to be added
#' 
#' @section another section
#' 
#' @author Geert van Boxtel, \email{G.J.M.vanBoxtel@@gmail.com}
#'
"_PACKAGE"
gjmvanboxtel/eegr documentation built on May 20, 2023, 4:26 a.m.