Dear all,
When trying to build this plot just the a circle with the first name and the rest is just a copy of the code. I wanted to know how could I correct this part since it happens some times with this package.
Thanks in advance.
This is the code and image below
library(DiagrammeR)
mermaid("
graph LR;
G((proximity))--0.13-->B ((Move away))
G((proximity))--0.03-->C ((Approach))
G((proximity))--0.08-->H (Explore))
G((proximity))--0.28-->D (Bite))
G((proximity))--0.18-->A (Orientation))
G((proximity))--0.02-->E (Chase))
G((proximity))--0.26-->I (Feeding))
")

Dear all,
When trying to build this plot just the a circle with the first name and the rest is just a copy of the code. I wanted to know how could I correct this part since it happens some times with this package.
Thanks in advance.
This is the code and image below
library(DiagrammeR)
mermaid("
graph LR;
G((proximity))--0.13-->B ((Move away))
G((proximity))--0.03-->C ((Approach))
G((proximity))--0.08-->H (Explore))
G((proximity))--0.28-->D (Bite))
G((proximity))--0.18-->A (Orientation))
G((proximity))--0.02-->E (Chase))
G((proximity))--0.26-->I (Feeding))
")