experiment-class: arf3DS4 "experiment" class
Description
The "experiment" class is the backbone of the arf3DS4 package. The class contains information on the names of all relevant directories and files (these are inherited from an "settings" object (see settings
)).
Before running an ARF analysis an object of class "experiment" must be loaded (using loadExp
). Experiment directories can be created using makeExpDirs
. To view information on an experiment call getExp
.Objects from the Class
Objects can be created by calls of the form new("experiment", ...)
.Extends
Class "settings"
, directly.