Re: [R] Help on plot from transition matrix

2020-08-26 Thread Jim Lemon
Hi Luis, I had a quick look at the "diagram" package, which seems to accept transition matrices. I don't have it installed, but the help pages are fairly easy to follow and may do the job for you. Jim On Wed, Aug 26, 2020 at 5:50 PM Luis Fernando García wrote: > > Dear all, > > I am wanting to

[R] Help on plot from transition matrix

2020-08-26 Thread Luis Fernando García
Dear all, I am wanting to make a flow diagram like the one attached as an example for the given dataset ( https://drive.google.com/file/d/1CdtcJ5g6bp6jEoY7P6dKxO1mZWLEFZX7/view?usp=sharing ). The idea is to plot a flow diagram using the probabilities given by a transition matrix like the

Re: [R] Help on plot from transition matrix

2020-08-26 Thread Luis Fernando García
Thanks Jim, I do not know what happened, I will try the question again. Best El lun., 24 ago. 2020 a las 5:47, Jim Lemon () escribió: > Hi Luis, > As so often happens, the image didn't make it. Try PNG or PDF format. > Without seeing what you want, it's only guessing. > > Jim > > On Mon, Aug

Re: [R] Help on plot from transition matrix

2020-08-24 Thread Jim Lemon
Hi Luis, As so often happens, the image didn't make it. Try PNG or PDF format. Without seeing what you want, it's only guessing. Jim On Mon, Aug 24, 2020 at 6:34 PM Luis Fernando García wrote: > > I am wanting to make a flow diagram like the one attached as an example for > the given dataset. >

[R] Help on plot from transition matrix

2020-08-24 Thread Luis Fernando García
I am wanting to make a flow diagram like the one attached as an example for the given dataset. The idea is to plot a flow diagramm using the probabilities given by a transition matrix like the displayed in the example below. I have found some tools like DiagrammeR which might work for this