Description Usage Arguments See Also
Methods defined for class Onto
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S4 method for signature 'Onto'
dim(x)
## S4 method for signature 'Onto'
adjMatrix(x)
## S4 method for signature 'Onto'
nodeInfo(x)
## S4 method for signature 'Onto'
nInfo(object)
## S4 method for signature 'Onto'
nodeNames(object)
## S4 method for signature 'Onto'
term_id(object)
## S4 method for signature 'Onto'
term_name(object)
## S4 method for signature 'Onto'
term_namespace(object)
## S4 method for signature 'Onto'
term_distance(object)
## S4 method for signature 'Onto'
show(object)
## S4 method for signature 'Onto,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
|
x |
an object of class |
object |
an object of class |
i |
an index |
j |
an index |
... |
additional parameters |
drop |
a logic for matrices and arrays. If TRUE the result is coerced to the lowest possible dimension. This only works for extracting elements, not for the replacement |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.