You can achieve this by using the par() function in R to split the plotting region into multiple panels. Here's an example code to plot two igraph graphs side by side:
336 chars18 lines
This code will plot g1 and g2 side by side in a single plotting region.
gistlibby LogSnag