litOnto {ontoTools}R Documentation

litOnto: graph illustrating the ontology concept; litObj: matrix illustrating the object-ontology mapping

Description

litOnto: graph illustrating the ontology concept; litObj: matrix illustrating the object-ontology mapping

Usage

data(litOnto)

Format

The format is: list() - attr(*, "nodes")= chr [1:12] "A" "B" "C" "D" ... - attr(*, "edgeL")=List of 12 ..$ A:List of 1 .. ..$ edge: NULL ..$ B:List of 1 .. ..$ edges: int 1 ..$ C:List of 1 .. ..$ edges: int 1 ..$ D:List of 1 .. ..$ edges: int 2 ..$ E:List of 1 .. ..$ edges: int 2 ..$ F:List of 1 .. ..$ edges: int 3 ..$ G:List of 1 .. ..$ edges: int 3 ..$ H:List of 1 .. ..$ edges: int [1:2] 4 5 ..$ I:List of 1 .. ..$ edges: int [1:3] 4 3 5 ..$ J:List of 1 .. ..$ edges: int 6 ..$ K:List of 1 .. ..$ edges: int 6 ..$ L:List of 1 .. ..$ edges: int 7 - attr(*, "edgemode")= chr "directed" - attr(*, "class")= chr "graphNEL"

Source

References


[Package ontoTools version 1.12.1 Index]