Hi,

On Aug 13, 2009, at 3:43 PM, Sarjinder Singh wrote:

Dear Sir/Madam,

Good Day!

How can we make output file in R?

In FORTRAN, we could do as follows:

        WRITE (42, 107) x, y
107  FORMAT ( 2x, F9.3, 2x, F4.2)

What is equivalent to this in R?

See:
 ?file
 ?cat
 ?sprintf

-steve

--
Steve Lianoglou
Graduate Student: Computational Systems Biology
  |  Memorial Sloan-Kettering Cancer Center
  |  Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact

______________________________________________
R-help@r-project.org 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.

Reply via email to