Learn R Programming

XGR (version 1.1.7)

iSubg: Definition for S3 class iSubg

Description

iSubg has 2 components: g, ls_subg.

Usage

iSubg(g, ls_subg)

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

Arguments

g

an igraph object

ls_subg

a list of igraph objects

x

an object of class iSubg

...

other parameters

Value

an object of S3 class iSubg

Examples

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

Run the code above in your browser using DataLab