Help me please!
I would like to be saved a data table:
write.csv(random.t1, "place", dec=",", append = T, quote = FALSE, sep = " ",
qmethod = "double", eol = "\n", row.names=F)
It's OK!
But the rows of file
1,1,21042,-4084.87179487179,2457.66483516483,-582.275562799881
2,2,23846,-6383.86480186479,-3409.98451548449,-3569.72145340269
and no
1
21042 - 4084.87179487179 2457.66483516483
Not proportional...
What's the problem???
Thanks!
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.