Description Usage Arguments Details Value Author(s) Examples
The function calculates calculate sampling rate from an erpobj
, that is a data.frame
containing ERP data used with the erpR
package.
1 | sampling.rate(x, startmsec = NULL, endmsec = NULL)
|
x |
An |
startmsec |
the time (in ms) of the start of the segment |
endmsec |
the time (in ms) of the end of the segment |
This function can be used to calculate the sampling rate of an erpobj
.
The sampling rate.
Giorgio Arcara
1 2 3 4 5 | # load sample data
data(erplistExample)
# calculate sampling rate of the first object in the erplist, named erplistExample
sampling.rate(erplistExample[[1]], startmsec = -200, endmsec = 1500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.