sGS | R Documentation |
sGS
sGS
mush have following components: GSN, GSP, g.
sGS(GSN, GSP, g) ## S3 method for class 'sGS' print(x, ...)
GSN |
a vector |
GSP |
a vector |
g |
an 'igraph' object |
x |
an object of class |
... |
other parameters |
an object of S3 class sGS
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata_dev" ## Not run: sGS(GSN, GSP, g) ## End(Not run)