setExperiment {Chicago} | R Documentation |
Creates a template CHiCAGO experiment object. This should be the first function called.
setExperiment(designDir = "", settings = list(), settingsFile = NULL, def.settings=defaultSettings())
designDir |
The location of the design directory, e.g "~/resources/path". (Should not end with a slash.) |
settings |
A named list containing settings to apply. Setting |
settingsFile |
The location of a file containing settings. Each row should contain the name of a setting, followed by whitespace, followed by the value of that setting. Overrides anything specified in |
def.settings |
These are the default settings. |
For a list of settings, see defaultSettings
.
An object of class chicagoData
.
Mikhail Spivakov, Jonathan Cairns, Paula Freire Pritchett
designDir <- file.path(system.file("extdata", package="Chicago"), "unitTestDesign") cd <- setExperiment(designDir)