Entering edit mode
Altmann, Michael
▴
30
@altmann-michael-3022
Last seen 10.3 years ago
I am a new user to R, so please let me know if this is user error.
When I try to execute the following sequence, Rgui crashes on the call
to toDot
library(Rgraphviz)
from <- c("B","D")
to <- c("C", "A")
ft <- cbind (from, to)
g <- ftM2graphNEL(ft)
toDot(g,"c:/temp.dot")
Here is my session info
> sessionInfo()
R version 2.7.2 (2008-08-25)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] graph_1.18.1
loaded via a namespace (and not attached):
[1] cluster_1.11.11 tools_2.7.2
Thanks, Michael Altmann
[[alternative HTML version deleted]]