signature(object = "entangledMCP"): A method for printing the data of the entangled graph to the R console.
getMatrices
signature(object = "entangledMCP"): A method for getting the list of transition matrices of the entangled graph.
getWeights
signature(object = "entangledMCP"): A method for getting the matrix of weights of the entangled graph.
getRejected
signature(object = "entangledMCP"):
A method for getting the information whether the hypotheses are marked in the graph as already rejected.
If a second optional argument node is specified, only for these nodes the boolean vector will be returned.
getXCoordinates
signature(object = "entangledMCP"):
A method for getting the x coordinates of the graph.
If a second optional argument node is specified, only for these nodes the x coordinates will be returned.
If x coordinates are not yet set, NULL is returned.
getYCoordinates
signature(object = "entangledMCP"):
A method for getting the y coordinates of the graph
If a second optional argument node is specified, only for these nodes the x coordinates will be returned.
If y coordinates are not yet set, NULL is returned.