I'm trying to graph out some hypotheses that result from a statistical model with #mermaidjs. Trying to do it kinda DAG-style, but I'd really like to be able to visualise the interactions by having arrows from nodes to edges (see issue on GH https://github.com/mermaid-js/mermaid/issues/3425). Do #stats / #rstats people not do this? Or if so, how/where do you make such graphs? Any examples? I had to add the extra arrow manually for now.
Pointing to a line · Issue #3425 · mermaid-js/mermaid

Hi. I am a big fan of mermaids and as a graduate student I want to do research with quantitative research methods. At first I thought I thought I could draw a research model with mermaids, but I fo...

GitHub
As an aside, in this, the "behavioural state" is binary, and has a sort of "gating" effect - ToD has an effect in one state, but no effect in the other. Makes me think in electronic diagrams, but is there a way one would graph it for a causal/statistical diagram?
@roaldarboel I am also using mermaid, diagrammeR is the package for it but usually I just use mermaid
@defuneste Oh, didn't know of that package, looks great! Has the same issue, it's not possible to point to an edge connecting two other nodes. :( I gave a thumbs up on the relevant issue: https://github.com/rich-iannone/DiagrammeR/issues/460
Node to Edge Path (Moderation/Interaction) · Issue #460 · rich-iannone/DiagrammeR

Great package! It has been very useful for creating some network diagrams. I would love to be able to use the package to visualize moderation, meaning, a path going from Node C to the edge connecti...

GitHub