On Tue, Oct 23, 2012 at 3:34 AM, Paris Chan <[email protected]> wrote: [...] > + graphs[[16]] <- simplify(graphs[[16]]) > > + return graphs > > Error: unexpected sign in > > " graphs[[16]] <- simplify(graphs[[16]]) > > return graphs" > >> } > > Error: unexpected '}' in "}"
Omit the 'return' in the last line, you just need 'graphs'. I have no idea how I haven't noticed this. Thanks! Gabor [...] _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
