|
From: | Chris Watson |
Subject: | Re: [igraph] Error in lazy_dots |
Date: | Sun, 4 Jan 2015 10:26:10 -0500 |
Sure, I probably won't get to it until Friday though.Thanks,
ChrisOn Wed, Dec 31, 2014 at 6:30 PM, Gábor Csárdi <address@hidden> wrote:Hi, it is probably my mistake. Can you please report the issue at
github with reproducible code? Thanks. G.
> _______________________________________________
On Wed, Dec 31, 2014 at 6:26 PM, Chris Watson <address@hidden> wrote:
> Hello,
> I have a plotting function (plot_neighborhood) that is called by another
> function; it previously worked but currently does not. When I call this
> function from the command line, it works though. Below is the error message
> and the end of the trace. (in the example below, 'n' is an integer referring
> to vertex ID; it is supposed to plot the vertex and its neighborhood).
>
> Error in lazy_dots(i = i, ..., .follow_symbols = TRUE) :
> use of NULL environment is defunct
>
>>
>> traceback()
> 8: .Call(make_lazy_dots, environment(), .follow_symbols)
> 7: lazy_dots(i = i, ..., .follow_symbols = TRUE)
> 6: `[.igraph.vs`(V(g), n) at plot_neighborhood.R#15
> 5: V(g)[n] at plot_neighborhood.R#15
>
>
> I have another very similar plotting function (also called from this
> 'helper' function) which works without issue. Any ideas?
>
> Thanks,
> Chris
>
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help
[Prev in Thread] | Current Thread | [Next in Thread] |