On 12-03-20 2:20 PM, Sam Steingold wrote:
I just got this error:
library(igraph)
comp<- decompose.graph(gr)
Error: protect(): protection stack overflow
Error: protect(): protection stack overflow
what can I do?
the digraph is, indeed, large (300,000 vertexes), but there are very
many very small components (which I would rather not discard).
PS. the doc for decompose.graph does not say which mode is the default.
If you don't get useful help here, you should contact the maintainer of
the package, who may not be reading your question. The maintainer is
listed if you run
library(help=igraph)
Duncan Murdoch
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.