projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4baf76c
)
chrono windows
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 24 Apr 2017 09:15:18 +0000
(11:15 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 24 Apr 2017 09:15:18 +0000
(11:15 +0200)
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
10f6b88
..
2339eac
100644
(file)
--- a/
PrintRScript.py
+++ b/
PrintRScript.py
@@
-1341,7
+1341,7
@@
class ChronoChi2Script(PrintRScript) :
dendrof <- "%s"
load(inRData)
load(dendrof)
- """ % (
self.pathout['RData.RData'], self.pathout['dendrogramme.RData']
)
+ """ % (
ffr(self.pathout['RData.RData']), ffr(self.pathout['dendrogramme.RData'])
)
txt += """
svg <- %s
""" % self.parametres['svg']