Description Usage Arguments Value Author(s) See Also Examples
The plotRange function allows the user to generate a plot illustrating the range of each flow, the parsimonious solution for each flow, the average of the flow value calculated using the (limListGen) function, each iteration calculated using the (limListGen) function and the restricted flow values using the function (flowLimit)
1 2 |
limfile |
This is the user generated LIM file created for analysis purposes. |
limList |
The list of networks solved using LIM ( |
limListLimit |
The new list of restricted networks limited through ( |
avcol |
Chosen colour for the point representing the average of the LIM iterations, default is "green". |
allcol |
Chosen colour for the points representing each of the LIM iterations, default is "red". |
limitcol |
Chosen colour for the points representing each of the restricted LIM iterations, default is "blue". |
avpch |
Chosen point type for the point representing the average of the LIM iterations, default is 16. |
allpch |
Chosen point type for the points representing the LIM iterations, default is 3. |
limitpch |
Chosen point type for the points representing the restricted LIM iterations, default is 3. |
legend |
Boolean. If TRUE will add a legend to the top right of the figure. |
... |
A list of arguments outlined in |
A graphical plot
Christopher Waspe
Ruchit Mahabir
Ursula Scharler
1 2 3 4 5 6 7 8 9 10 11 | plotRange(limfile = N4,limList = N4LIM,legend = TRUE,xlab ="Flow Range Value")
#OR after enaListGen function has been used
plotRange(limfile = N4list$N4,limList = N4list$N4LIM,legend = TRUE,xlab ="Flow Range Value")
#After Restrictions has been applied (using flowLimit function)
N4LIMv <- data(N4LIMv)
plotRange(limfile = N4,limList = N4LIM,
limListLimit = N4LIMv,legend = TRUE,xlab ="Flow Range Value")
#OR enaListGen has been used
plotRange(limfile = N4list$N4,limList = N4list$N4LIM,
limListLimit = N4LIMv,legend = TRUE,xlab ="Flow Range Value")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.