View source: R/set.nl.constant.R
set.nl.constant | R Documentation |
Set a constant in the exepriment of the provided nl object
set.nl.constant(nl, constname, value)
nl |
nl object |
constname |
name of constant which should be updated |
value |
value for constant |
Set a constant in the exepriment of the provided nl object
nl object
## Not run:
set.nl.constant(nl, varname="testconst", value=1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.