X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;f=PrintRScript.py;h=e005361f2ef11963477a030297597033b754ff96;hb=refs%2Fheads%2F3.0;hp=0be3eff2e5893d2dabf785ea33f34ae0547a8c19;hpb=3f055eee219d9aa4fccb5f08139807bc077b601b;p=iramuteq diff --git a/PrintRScript.py b/PrintRScript.py index 0be3eff..e005361 100755 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -1243,7 +1243,7 @@ class ProtoScript(PrintRScript): } mat <- read.csv2("%s", header = FALSE, row.names=1, sep='\t', quote='"', dec='.') open_file_graph("%s",height=800, width=1000) - prototypical(mat, mfreq = %s, mrank = %s, cloud = FALSE, cexrange=c(1,2.4), cexalpha= c(0.4, 1), type = '%s', mat.col.path='/tmp/matcol.csv') + prototypical(mat, mfreq = %s, mrank = %s, cloud = FALSE, cexrange=c(1,2.4), cexalpha= c(0.4, 1), type = '%s')#, mat.col.path='/tmp/matcol.csv') dev.off() """ % (ffr(self.analyse.pathout['table.csv']), ffr(self.analyse.pathout['proto.png']), self.parametres['limfreq'], self.parametres['limrang'], self.parametres['typegraph']) self.add(txt)