search for: agopensimpl

Displaying 1 result from an estimated 1 matches for "agopensimpl".

Did you mean: agopensimple
2011 May 17
1
R crashes if "toFile" given "~/" in Linux envirnonment
...aphExample-11.gxl.gz",package="graph"), open="rb") g1 <- fromGXL(g1_gz) g11 <- fromGXL(g11_gz) g1_11 <- join(g1, g11) sgl <- vector(mode="list", length=2) sgl[[1]] <- list(graph=g1, cluster=TRUE) sgl[[2]] <- list(graph=g11, cluster=TRUE) ng <- agopenSimple(g1_11, "tmpsg", subGList=sgl) clusterData(ng, 1, c("bgcolor")) <- c("blue") clusterData(ng, 2, c("bgcolor")) <- c("red") ############################################ # and now 2 usually equivalent ways to specify the location for output file,...