Description Usage Arguments Details
In order to test applyStrategy
with a specific parameter
combination, it is necessary to insert those parameters into a copy of the
strategy specification object.
1 | install.param.combo(strategy, param.combo, paramset.label)
|
strategy |
strategy object |
param.combo |
single parameter combination to be inserted |
paramset.label |
label for the paramset to use to determine slot locations inside the strategy object |
This internal, non-exported function examines the paramset specification, and then uses that to insert the chosen parameters into a copy of the strategy object. It will search the strategy onject, component by component, and attempt to locate the components named in the paramset, so that the individual parameter values may be changed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.