sGS: Definition for S3 class 'sGS'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

sGS mush have following components: GSN, GSP, g.

Usage

1
2
3
4
sGS(GSN, GSP, g)

## S3 method for class 'sGS'
print(x, ...)

Arguments

GSN

a vector

GSP

a vector

g

an 'igraph' object

x

an object of class sGS

...

other parameters

Value

an object of S3 class sGS

Examples

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

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

## End(Not run)

Pi documentation built on Nov. 29, 2021, 3 p.m.