Rdocumentation
powered by
Learn R Programming
enaR (version 2.9.1)
write.nea: Write a Network Object to File Using the NEA Data Format
Description
This function writes a network object to a NEA formatted data file (Fath and Borrett 2006).
Usage
write.nea(x, file.name, sep=',')
Arguments
x
Network object.
file.name
The file name or path. If a simple file name is given, this function uses the current working directory by default.
sep
The separation character used to delimit data values.
Value
Writes a network object to a NEA formatted file and returns the output composite matrix.
References
Fath, B. D., Borrett, S. R. 2006. A Matlab function for Network Environ Analysis. Environ. Model. Softw. 21, 375-405.
See Also
read.nea