iSubg: Definition for S3 class 'iSubg'

Description Usage Arguments Value Examples

View source: R/ClassMethod-XGR.r

Description

iSubg has 2 components: g, ls_subg.

Usage

1
2
3
4
iSubg(g, ls_subg)

## S3 method for class '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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(XGR)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
iSubg(g, ls_subg)

## End(Not run)

XGR documentation built on Jan. 8, 2020, 5:06 p.m.

Related to iSubg in XGR...