configuration_set | R Documentation |
configuration_set
creates a a list of configuration
objects.
configuration_set(...) as.configuration_set(x) is.configuration_set(x) set_configuration_ids(x, ids = seq_along(x), ...)
... |
|
x |
A list of |
ids |
A vector of IDs of the same length as |
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.
A configuration_set
object.
fit_configuration_set
, configuration
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.