View source: R/maxDistancegraphOnto.R
maxDistancegraphOnto | R Documentation |
Computes the maximum distance from any node to the root of the graph
maxDistancegraphOnto(graphOnto)
graphOnto |
A graphNEL graph with ‘m’ Ontology node labels. |
This function computes a distance matrix for a graph
Named numeric array containing the distance from any node to the root.
Flavio E. Spetale <spetale@cifasis-conicet.gov.ar>
fMeasure
data(CfData)
mygraphGO <- as(CfData[["graphCfGO"]], "graphNEL")
maxDistancegraphOnto(mygraphGO)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.