Re: [R] Extract the coordinates of a Polylines

2019-02-01 Thread Michael Sumner
Use ggplot2::fortify - there's several other ways but no "native" support. If fortify doesn't work try spbabel::sptable. All the best On Fri, Feb 1, 2019, 05:46 David Winsemius wrote: > > On 1/30/19 7:12 AM, javad bayat wrote: > > Dear all; > > Back to my previous question, I am trying to add X

Re: [R] create a network for a small text df

2019-02-01 Thread Jeff Newmiller
I an finding your question very opaque. For one thing, why aren't you specifying any edges? Since I don't do this kind of analysis normally I don't know what your combined graph should look like. Can you provide a link you what you hope to end up with? Note that the Posting Guide emphasizes tha

Re: [R] load.wave q

2019-02-01 Thread Martin Maechler
> Nick Wray via R-help > on Fri, 1 Feb 2019 11:00:18 + writes: > Please delete my last question as I have worked out what is going on myself > Thanks Nick Wray > [[alternative HTML version deleted]] > __ > R-help@r

[R] load.wave q

2019-02-01 Thread Nick Wray via R-help
Please delete my last question as I have worked out what is going on myself Thanks Nick Wray [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] create a network for a small text df

2019-02-01 Thread Elahe chalabi via R-help
Thanks for your reply but it does not solve the problem. Since I have 7 text rows in my df then I have to run something like net2=graph(c("account","block","block","solve","solve","problem")) for each, I'm looking for a way to bring all the relations in one single plot On Thursday, January 3