| system_set_parameter | R Documentation | 
Assigns a value for a named parameter in a parameter list.
system_set_parameter(cfg, parameters, pname, value)
| cfg | ubiquity system object | 
| parameters | vector of parameters | 
| pname | parameter name | 
| value | value | 
To set the parameter Vc to a value of 3, the following would be used:
parameters = system_fetch_parameters(cfg) parameters = system_set_parameter(cfg, parameters, pname = 'Vc', value = 3)
parameters vector with pname set to value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.