On Mon, Nov 17, 2014 at 3:52 PM, Tamas Nepusz <[email protected]> wrote: [...] > The SIR model in the R version of igraph is an R-only extension -- the reason > why it's not in the Python interface is because it is not implemented in the > C core of igraph on top of which the R and Python interfaces are built.
:) It is actually written in C. It was in R first, but only temporarily. https://github.com/igraph/igraph/blob/develop/src/sir.c Gabor _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
