Description Usage Arguments Details Value Author(s) See Also
makeExpDirs makes an ARF experiment directory structure.
1 2 | makeExpDirs(path = getwd(), name = "default_experiment", subjectind = 1,
conditionind = 1, settings = new("settings"))
|
path |
Path in which to create the experiment directory. |
name |
Name of the experiment (=name of the directory). |
subjectind |
Vector of subject names for which to create directories. |
conditionind |
Vector of condition names for which to create directories. |
settings |
An optional "settings" object (see |
makeExpDirs only makes the directory structure, data files must be copied to the directories manually (see data
). After copying a call to loadExp
in mode 'set', will set the experiment.Rda.
Returns an "experiment" object (experiment
).
Wouter D. Weeda - w.d.weeda@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.