erplist.sortbytime: Remove sortbytime in an erplist.

Description Usage Arguments Details Author(s) See Also Examples

Description

This function is meant to be used for single trial erplist. Sort all erpobj in an erplist according to the attribute 'TrialTime', stored in the erplist.

Usage

1
erplist.sortbytime(erplist=NULL, new.name=NULL)

Arguments

erplist

a list containing the ERP data frames specified in base and numbers, referred to single trials.

new.name

Optional: the new name of the objects in the erplist.

Details

This function is meaningless only with single trial erplist. It can be used after importing with import.erp. To sort the trials, according to TrialTime (and rename, accordingly)

Author(s)

Giorgio Arcara

See Also

import.erp,

Examples

1
2
3
4
5
# this is just an example of syntax with NON existing files.
# you should youse on your file (at single trial)

## foo = import.erp("non_ex_", numbers=1:50, fileinfo=TRUE, timeinfo=TRUE)
## foo_sorted = eplist.sortbytime(foo)

erpR documentation built on June 7, 2019, 3 a.m.