[adegenet-commits] r582 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 18 21:15:31 CET 2010
Author: jombart
Date: 2010-02-18 21:15:30 +0100 (Thu, 18 Feb 2010)
New Revision: 582
Modified:
pkg/R/seqTrack.R
Log:
lasty fixes to seqTrack conversion to graphNEL - pfiou
Modified: pkg/R/seqTrack.R
===================================================================
--- pkg/R/seqTrack.R 2010-02-18 18:42:45 UTC (rev 581)
+++ pkg/R/seqTrack.R 2010-02-18 20:15:30 UTC (rev 582)
@@ -1147,7 +1147,7 @@
## CONVERT TO GRAPH
- res <- ftM2graphNEL(ft=cbind(ori.labels[from$ances], ori.labels[from$id]), W=from$weight, edgemode = "directed")
+ res <- ftM2graphNEL(ft=cbind(ori.labels[from$ances], ori.labels[from$id]), W=from$weight, edgemode = "directed", V=ori.labels)
return(res)
})
More information about the adegenet-commits
mailing list