write.EcoNet: Write enaR models to an EcoNet formatted file.

Description Usage Arguments Value Author(s) References

View source: R/write.EcoNet.R

Description

Creates an EcoNet model from an enaR network object that can be used with the online interface for EcoNet.

Usage

1
2
write.EcoNet(x = "model", file = "file path", mn = "ena_model",
  zero.flows = FALSE)

Arguments

x

Network object.

file

The file name or path. If a simple file name is given, this function uses the current working directory by default.

mn

The model name that EcoNet will use. The DEFAULT is 'ena_model'.

zero.flows

LOGICAL: should zero flow values be written?

Value

An EcoNet formatted text file is created from the model, which can be input at http://eco.engr.uga.edu.

Author(s)

Matthew K. Lau

References

About EcoNet (http://eco.engr.uga.edu/DOC/econet1.html) Kazanci, C. 2009. Handbook of Ecological Modelling and Informatics, by WIT Press.


enaR documentation built on May 1, 2019, 10:54 p.m.