I am planning to include a flow-chart in the vignette of one of my
packages (metap). I am planning to draw it using dot from Graphviz. I
know that there is Rgraphviz which would do the whole thing in R but I
do this sort of thing rarely and I suspect the overhead of learning how
to do it in Rgr
You could use DiagrammeR.
On December 3, 2019 7:36:19 AM PST, Michael Dewey
wrote:
>I am planning to include a flow-chart in the vignette of one of my
>packages (metap). I am planning to draw it using dot from Graphviz. I
>know that there is Rgraphviz which would do the whole thing in R but I
On 3 December 2019 at 15:36, Michael Dewey wrote:
| I am planning to include a flow-chart in the vignette of one of my
| packages (metap). I am planning to draw it using dot from Graphviz. I
| know that there is Rgraphviz which would do the whole thing in R but I
| do this sort of thing rarely