Hi Liliana,
see inline comments
On Sat, Jul 18, 2015 at 5:57 AM, Liliana Zazueta <[email protected]>
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]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.