Plot_graphs | R Documentation |
This function plots graphs to pdf.
Plot_graphs(inDir, outDir, format, ...)
inDir |
path to the input directory. |
outDir |
path to the output directory. |
format |
Character string indicating the format of the graph to read. Default "ncol". For other formats and details please see read.graph function of igraph package. |
... |
Additional plotting parameters. See igraph.plotting for the complete list. |
A pdf file.
## Not run: inDir <- system.file("extdata/output/MetGraphs/", package = "Met2Graph") outDir <- system.file("extdata/output/", package = "Met2Graph") Plot_graphs(inDir=inDir, outDir=outDir, format="ncol", vertex.size= 1,edge.arrow.size=0.1,vertex.label=NA, layout=layout_with_graphopt) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.