Hi Liliana,
see inline comments
On Sat, Jul 18, 2015 at 5:57 AM, Liliana Zazueta <liiz_1226 at
hotmail.com>
wrote:
> Excuse me I have this dude,
Suppressing my desire to make a bad joke, I think you mean "doubt"
> how to make that Rgraphviz graphic without
> intersection between nodes and edges?
>
> I can't test this as I don't have Rgraphviz, but perhaps if you
plot the
graph, then overplot with:
plot(my_graph_object,...)
par(new=TRUE)
# now plot with invisible edges
plot(my_graph_object,attrs=list(...,edge=list(color=NA),...))
you will cover the "intersections". Be aware that this is a guess.
>
> If answer me I will be eternally gratefull!
>
> Very kind of you, but I doubt that I will last that long.
Jim
[[alternative HTML version deleted]]