Displaying 1 result from an estimated 1 matches for "g1_11_dot".
2011 May 17
1
R crashes if "toFile" given "~/" in Linux envirnonment
...t;)
clusterData(ng, 2, c("bgcolor")) <- c("red")
############################################
# and now 2 usually equivalent ways to specify the location for output file,
with the second way crashing:
toFile(ng, layoutType="dot", filename="/home/mkimpel/Desktop/g1_11_dot.ps",
fileType="ps")
NULL
toFile(ng, layoutType="dot", filename="~/Desktop/g1_11_dot.ps",
fileType="ps")
~/Desktop/g1_11_dot.ps: No such file or directory
Process R exited abnormally with code 1 at Mon May 16 22:42:12 2011
###############################...