manip_permutation | R Documentation |
to_permuted()
permutes the network using a Fisher-Yates shuffle
on both the rows and columns (for a one-mode network)
or on each of the rows and columns (for a two-mode network).
to_permuted(.data, with_attr = TRUE)
.data |
An object of a manynet-consistent class:
|
with_attr |
Logical whether any attributes of the object should be retained. By default TRUE. |
Other modifications:
manip_as
,
manip_correlation
,
manip_deformat
,
manip_from
,
manip_levels
,
manip_miss
,
manip_nodes
,
manip_paths
,
manip_preformat
,
manip_project
,
manip_reformat
,
manip_scope
,
manip_split
,
manip_ties
graphr(ison_adolescents, node_size = 4)
graphr(to_permuted(ison_adolescents), node_size = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.