
igraph.par
.igraph.par(parid, parvalue = NULL)
NULL
then
the current value of the parameter is listed.parvalue
is NULL
then the current value of the
parameter is returned. Otherwise the new value of the parameter is
returned invisibly.FALSE
.}
FALSE
.}
FALSE
.}
TRUE
thne some functions
will use progress bars while computing. Defaults to FALSE
.}igraph.par("verbose", FALSE)
layout.kamada.kawai( graph.ring(10) )
igraph.par("verbose", TRUE)
Run the code above in your browser using DataLab