Learn R Programming

XGR (version 1.1.5)

aOnto: Definition for S3 class aOnto

Description

aOnto has 2 components: g, anno.

Usage

aOnto(g, anno)

# S3 method for aOnto print(x, ...)

Arguments

g

an igraph object

anno

a list

x

an object of class aOnto

...

other parameters

Value

an object of S3 class aOnto

Examples

Run this code
# NOT RUN {
# Load the library
library(XGR)
# }
# NOT RUN {
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
# }
# NOT RUN {
aOnto(g, anno)
# }

Run the code above in your browser using DataLab