Time drawings of random graphs
1 2  | timeDrawings(niter = 100, sizes = seq(250, 25, -25), eprob = 0.2,
  wd = "./", newpack = NULL, classnew = NULL, newcode = NULL)
 | 
niter | 
 integer. How many times to repeat each drawing for each drawing method. Default is 100.  | 
sizes | 
 integer vector. What size(s) of network (how many nodes) should be drawn? Default is   | 
eprob | 
 numeric. Value between 0-1. Edge probability of random graph. Default is .2.  | 
wd | 
 character. Working directory where you want to store the timing results. Default is current working directory.  | 
newpack | 
 character. Name of additional package (or function) that you wish to compare to igraph, network,   | 
classnew | 
 character. Class of object taken to be plotted with the new method. (think   | 
newcode | 
 expression. The code required to plot the random graph using the   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.