compare_model.netobject_group: Compare two networks within a netobject_group

View source: R/compare_network.R

compare_model.netobject_groupR Documentation

Compare two networks within a netobject_group

Description

Selects two members of a netobject_group (by index or name) and dispatches to compare_model.netobject().

Usage

## S3 method for class 'netobject_group'
compare_model(
  x,
  i = 1L,
  j = 2L,
  scaling = "none",
  measures = character(0),
  network = TRUE,
  ...
)

Arguments

x

A netobject_group.

i

Integer or character. Index or name of the first network. Default 1L.

j

Integer or character. Index or name of the second network. Default 2L.

scaling

See compare_model().

measures

See compare_model().

network

See compare_model().

...

Passed to compare_model.netobject().

Value

A net_comparison object.


Nestimate documentation built on July 11, 2026, 1:09 a.m.