makeExpDirs {arf3DS4} | R Documentation |
makeExpDirs makes an ARF experiment directory structure.
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