Learn R Programming

XGR (version 1.1.4)

cPath: Definition for S3 class cPath

Description

cPath has 4 components: ig_paths, gp_paths, gp_heatmap, ig_subg.

Usage

cPath(ig_paths, gp_paths, gp_heatmap, ig_subg)

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

Arguments

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 cPath

...

other parameters

Value

an object of S3 class cPath

Examples

Run this code
# NOT RUN {
# Load the library
library(XGR)
# }
# NOT RUN {
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
# }
# NOT RUN {
cPath(ig_paths, gp_paths, gp_heatmap, ig_subg)
# }

Run the code above in your browser using DataLab