test

this is \(1+1\) good

test

DiagrammeR::grViz("digraph{
graph [rankdir = LR ]
node [shape = rectangle]
  { rank = same; dummy; Test }        // dummy and Test on the same level
  dummy[ shape = point, width = 0 ]; 
  Test -> dummy [ dir = bac ]; // connector
  Hello -> dummy[ arrowhead = none ];    // remove arrowhead to connector
        // you want Test on the right side
  dummy -> World;
}
                  ")

Author's bio

He Huang (https://huanghe.me) is a PhD student at the University of Texas at Dallas. He is currently enrolled in the IMS PhD Program.

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC-SA 4.0. However, some parts may be subjected to the publishers' policies.