igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Something wrong with frgraphs function


From: Gábor Csárdi
Subject: Re: [igraph] Something wrong with frgraphs function
Date: Tue, 23 Oct 2012 08:21:11 -0400

On Tue, Oct 23, 2012 at 3:34 AM, Paris Chan <address@hidden> 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

[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]