Description Usage Arguments Details Value Author(s) See Also Examples
Creates a template CHiCAGO experiment object. This should be the first function called.
1 2 | 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
1 2 3 | designDir <- file.path(system.file("extdata", package="Chicago"), "unitTestDesign")
cd <- setExperiment(designDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.