Description Details Author(s) Examples
The erpR package includes a series of functions for importing Event-related potential (ERP) data, carrying out exploratory analyses, computing traditional ERP measures and ERP plotting.
Package: | erpR |
Type: | Package |
Version: | 0.4.1 |
Date: | 2019-06-06 |
License: | GPL-3 |
The erpR
package is dedicated to the analysis of event-related potentials (ERPs). Event-related potentials are the measured brain responses associated with a specific sensory, cognitive, or motor event and are obtained from electroencephalographic (EEG) signal. The erpR
package contains a series of functions for importing Event-related potentials (ERP) data, carrying out exploratory analyses, computing traditional ERP measures and ERP plotting. Many erpR
functions require to specify two arguments: base
and numbers
. The names of the objects for the erpR
functions are obtained from the combination of base
and numbers
. The argument base
typically indicates the name of the experimental condition (or group, or both), while numbers
indicate the numbers of the subjects on which function is applied. This system is crucial to keep order in objects and files names and to tell erpR
the correspondence between the objects. In particular a given base
will always refer to the same condition, and a given number
will always refer to the same subject. The data frames containing ERP data (named by the combination of base
and number
) are called erpdf
and stored in lists called erplists
.
The package include
The topoplot
function of this package uses the function interp
of package akima
, that is released under a non-commercial use license.
Further information can be found on the maintainer's site https://sites.google.com/site/giorgioarcara/erpr.
Giorgio Acara giorgio.arcara@gmail.com
Anna Petrova petrova@front.ru
Mantainer: Giorgio Arcara giorgio.arcara@gmail.com
1 2 3 4 5 6 7 8 9 10 | library(erpR)
# load some example data
data(erplistExample)
# create average of 20 subjects
word=grandaverage("Exp1_word_subj", 1:20, erplist=erplistExample)
# plot an ERP
erp(word, "Fp1", smo=0, col="blue", ylim=c(-10,10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.