Hi, On Tue, Oct 4, 2011 at 11:39 AM, jdospina <jdosp...@gmail.com> wrote: > Hello. > > Not at all in the way you have shown. Just to improve your code > "readability", try to avoid naming your variables beginning with period > (example: .hello).
Well, that's not exactly true. It's "common practice" to name variables with a leading period if you want them to be considered "hidden," in some respect. See the `all.names` argument to the `ls` function, for instance. -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.