write_net: Write network information to text file

View source: R/net_functions.R

write_netR Documentation

Write network information to text file

Description

Write the network information to a text file with specific format.

Usage

write_net(net, file)

Arguments

net

A list as returned by read_net

file

The name of text file

Details

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.

See Also

read_net


Corbi documentation built on May 3, 2022, 3:01 a.m.