Learn R Programming

dcGOR (version 1.0.2)

Onto-method: Methods defined for S4 class Onto

Description

Methods defined for class Onto.

Usage

## S3 method for class 'Onto':
dim(x)

## S3 method for class 'Onto': adjMatrix(x)

## S3 method for class 'Onto': nodeInfo(x)

## S3 method for class 'Onto': nInfo(object)

## S3 method for class 'Onto': nodeNames(object)

## S3 method for class 'Onto': term_id(object)

## S3 method for class 'Onto': term_name(object)

## S3 method for class 'Onto': term_namespace(object)

## S3 method for class 'Onto': term_distance(object)

## S3 method for class 'Onto': show(object)

## S3 method for class 'Onto,ANY,ANY,ANY': [(x, i, j, ..., drop = FALSE)

Arguments

x
an object of class Onto
object
an object of class Onto
i
an index
j
an index
...
additional parameters
drop
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for furthe

See Also

Onto-class