Description Usage Arguments Value Author(s) See Also Examples
Given a list of variables and real values a general graph is processed and each variable replaced with the specified numeric value.
1 | replaceVariables(graph, variables = list(), ask = TRUE, partial = FALSE)
|
graph |
A graph of class |
variables |
A named list with the specified real values, for example
|
ask |
If |
partial |
IF |
A graph or a matrix with variables replaced by the specified numeric values.
Kornelius Rohmeyer rohmeyer@small-projects.de
1 2 3 4 5 6 | graph <- HungEtWang2010()
## Not run:
replaceVariables(graph)
## End(Not run)
replaceVariables(graph, list("tau"=0.5,"omega"=0.5, "nu"=0.5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.