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

View source: R/write.EcoNet.R

write.EcoNetR Documentation

Write enaR models to an EcoNet formatted file.

Description

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

Usage

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.


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