Description Usage Arguments Value Author(s) References See Also Examples
View source: R/force.balance.R
This function repeatedly balances a model, sequentially with the output being passed back to the balance function, until it is within tolerance or the maximum number of iterations is reached.
| 1 | force.balance(x, tol = 5, max.itr = 10, method = "AVG2")
 | 
| x | A network object. | 
| tol | Percent error tolerance for difference between inputs and outputs. | 
| max.itr | Maximum number iterations. | 
| method | The balancing method to use, see balance. DEFAULT = AVG2. | 
Returns a balanced network model.
Matthew K. Lau Stuart R. Borrett
Allesina, S., Bondavalli, C., 2003.Steady state of ecosystem flow networks: a comparison between balancing procedures.Ecological Modelling 165(2-3):231-239.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.