merge.snf_config | R Documentation |
Merge method for SNF config objects
## S3 method for class 'snf_config'
merge(x, y, reset_indices = TRUE, ...)
x |
SNF config to merge. |
y |
SNF config to merge. |
reset_indices |
If TRUE (default), re-labels the "solutions" indices in the config from 1 to the number of defined settings. |
... |
Additional arguments passed into merge function. |
An SNF config combining the rows of both prior configurations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.