PlotInmexGraph | R Documentation |
Plot an igraph object and return the node information (position and labels) Used in a higher function
PlotInmexGraph(
mSetObj,
pathName,
g,
width = NA,
height = NA,
bg.color = NULL,
line.color = NULL,
format = "png",
dpi = NULL
)
mSetObj |
Input name of the created mSet Object |
pathName |
Input the pathway name |
g |
Input the graph |
width |
Input the width, there are 2 default widths, the first, width = NULL, is 10.5. The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. |
height |
Input the height of the graph to create |
bg.color |
Set the background color, default is set to NULL |
line.color |
Set the line color, default is set to NULL |
format |
image format |
dpi |
dpi of the image |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.