write.nea: Create a formatted file with data arranged as expected input...

View source: R/write.nea.R

write.neaR Documentation

Create a formatted file with data arranged as expected input for NEA.m

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.

Author(s)

Stuart R. Borrett

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


SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.