View source: R/compare_network.R
| compare_model.netobject_group | R Documentation |
Selects two members of a netobject_group (by index or name) and
dispatches to compare_model.netobject().
## S3 method for class 'netobject_group'
compare_model(
x,
i = 1L,
j = 2L,
scaling = "none",
measures = character(0),
network = TRUE,
...
)
x |
A |
i |
Integer or character. Index or name of the first network.
Default |
j |
Integer or character. Index or name of the second network.
Default |
scaling |
See |
measures |
See |
network |
See |
... |
Passed to |
A net_comparison object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.