Joins two graphMCP objects
Creates a new graphMCP object by joining two given graphMCP objects.
joinGraphs(graph1, graph2, xOffset = 0, yOffset = 200)
If graph1
and graph2
have duplicates in the node names, the
nodes of the second graph will be renamed.
If and only if the sum of the weights of graph1 and graph2 exceeds 1, the weights are scaled so that the sum equals 1.
A description attribute of either graph will be discarded.
A graphMCP object that represents a graph that consists of the two given graphs.
Kornelius Rohmeyer rohmeyer@small-projects.de
g1 <- BonferroniHolm(2) g2 <- BonferroniHolm(3) joinGraphs(g1, g2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.