update.optmatch | R Documentation |
optmatch
object.NB: THIS CODE IS CURRENTLY VERY MUCH ALPHA AND SOMEWHAT UNTESTED, ESPECIALLY CALLING update
ON AN
OPTMATCH OBJECT CREATED WITHOUT AN EXPLICIT DISTANCE ARGUMENT.
## S3 method for class 'optmatch' update(optmatch, ..., evaluate = TRUE)
optmatch |
|
... |
Additional arguments to the call, or arguments with changed values. |
evaluate |
If true evaluate the new call else return the call. |
Note that passing data
again is strongly recommended. A warning will be printed if the hash of the data used to generate the
optmatch
object differs from the hash of the new data
.
An updated optmatch
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.