powered by
Returns the position of edges in the network Retrieve network position for consistent plotting. Utility function to plot networks.
# S4 method for omics_network position(net, nv = 0)
Matrix with as many rows as the number of edges of the network and three columns (name, xcoord, ycoord).
a omics_network object
the level of cutoff at which the analysis should be done
Returns a matrix with the position of the node. This matrix can then be used as an argument in the plot function.
Bertrand Frederic, Myriam Maumy-Bertrand.
data(network) position(network)
Run the code above in your browser using DataLab