cPath | R Documentation |
cPath
cPath
has 4 components: ig_paths, gp_paths, gp_heatmap, ig_subg.
cPath(ig_paths, gp_paths, gp_heatmap, ig_subg) ## S3 method for class 'cPath' print(x, ...)
ig_paths |
an igraph object |
gp_paths |
a ggplot object |
gp_heatmap |
a ggplot object |
ig_subg |
an igraph object |
x |
an object of class |
... |
other parameters |
an object of S3 class cPath
## Not run: # Load the library library(XGR) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: cPath(ig_paths, gp_paths, gp_heatmap, ig_subg) ## End(Not run)