Description Usage Arguments Value Examples
Depending on data prepation, quality and desired stringency of a modification
strategy, settings for cut off parameters or other variables may need to be 
adjusted. This should be rarely the case, but a function for changing these
settings, is implemented as the... settings function.
For changing values the input can be either a list or something 
coercible to a list. Upon changing a setting, the validity of the
value in terms of type(!) and dimensions will be checked. 
If settings have been modified after the data was loaded, the data is 
potentially invalid. To update the data, run the aggregate or the 
modify function.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | settings(x, name = NULL)
settings(x, name) <- value
## S4 method for signature 'Modifier'
settings(x, name = NULL)
## S4 replacement method for signature 'Modifier'
settings(x) <- value
## S4 method for signature 'ModifierSet'
settings(x, name = NULL)
## S4 replacement method for signature 'ModifierSet'
settings(x) <- value
 | 
| x | a  | 
| name | name of the setting to be returned or set | 
| value | value of the setting to be set | 
If name is omitted, settings returns a list of all settings.
If name is set, settings returns a single settings or 
NULL, if a value for name is not available.
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.