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

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))

")

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-ecology mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-ecology

Reply via email to