Displaying 1 result from an estimated 1 matches for "f5a1".
Did you mean:
f5a
2006 Feb 01
2
Write.table: change points to commas when object contains a row of characters
...quot;)
I also tried "options(OutDec=",")" , which changes the presentation on
the console, but seems to have no influence on write table: jjmat is
still written out with points instead of commas.
The object looks like this:
> jjmat
f2a1 f2b1 f5a1 f5b1 f5c1
rowname1 "coltext1" "coltext2" "coltext3" "coltext4" "coltext5"
rowname2 4,428571 4,326531 4,265306 3,959184 3,306122
rowname3 0,469665 0,3328301 0,1776079 -0,1758072 0,0870965
rowname4 4,275862 4,206...