read.nea: Read an NEA formatted model into a network object

View source: R/read.nea.R

read.neaR Documentation

Read an NEA formatted model into a network object

Description

This function reads in and creates a network object from a NEA formatted data file (Fath and Borrett 2006).

Usage

read.nea(file = "file name", sep = ",", warn = TRUE)

Arguments

file

The name and path for the data file.

sep

The separation character used to delimit data values.

warn

LOGICAL: should pack warnings be reported?

Value

Returns the network object.

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

write.nea


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