configuration_set: Configuration set

configuration_setR Documentation

Configuration set

Description

configuration_set creates a a list of configuration objects.

Usage

configuration_set(...)

as.configuration_set(x)

is.configuration_set(x)

set_configuration_ids(x, ids = seq_along(x), ...)

Arguments

...

configuration objects, configuration_set objects, matrices, edge lists, or other objects that can be coerced to configuration objects.

x

A list of configuration objects, matrices, edge lists, or other objects that can be coerced to configuration objects.

ids

A vector of IDs of the same length as x.

Details

A configuration set is fitted to one or more group networks. See fit_configuration_set for details.

set_configuration_ids creates a configuration_set and sets the configurations' IDs.

Value

A configuration_set object.

See Also

fit_configuration_set, configuration

Examples

f_set <- star(2:5)
get_attribute(f_set, "id")
f_set <- set_configuration_ids(f_set, LETTERS[1:4])
get_attribute(f_set, "id")

stephen-l-jones/SmallGroupNetwork documentation built on April 25, 2022, 11:15 p.m.