write_net {Corbi} | R Documentation |
Write the network information to a text file with specific format.
write_net(net, file)
net |
A list as returned by |
file |
The name of text file |
This function writes the network information to a text file with specific format: each line contains two strings separated by spaces, which correspond to the names of two end points of one edge in the network.