projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e950507
)
patch from David Skalinder : correction on the second dendrogram for
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 17 Nov 2014 23:25:22 +0000
(
00:25
+0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 17 Nov 2014 23:25:22 +0000
(
00:25
+0100)
double clustering
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
7f7e4c2
..
8e54bf4
100644
(file)
--- a/
PrintRScript.py
+++ b/
PrintRScript.py
@@
-238,7
+238,7
@@
def RchdTxt(DicoPath, RscriptPath, mincl, classif_mode, nbt = 9, svdmethod = 'sv
plot(tree.cut2$tree.cl)
dev.off()
open_file_graph("%s", width = 600, height=400)
- plot(tree.cut
1
$dendro_tot_cl)
+ plot(tree.cut
2
$dendro_tot_cl)
dev.off()
""" % (ffr(DicoPath['dendro2']), ffr(DicoPath['arbre2']))