write.edgel | R Documentation |
A function to write edge list files having columns for sender, receiver, and the ties for multiplex networks.
write.edgel(x, file = NULL, sep = "\t", header = TRUE)
x |
an object representing the multiple network |
file |
path to the file |
sep |
the separator used between the columns |
header |
(logical) whether the header should be included in the file |
Write edge list files with a send, receive, and ties, which is a data frame with at least two columns for the sender and receiver, and the different types of tie for multiplex networks, one column for each type of relation.
A file with the edge list format
Antonio Rivero Ostoic
edgel
, , write.dl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.