Re: [R] how to increase the limit for max.print in R

2009-03-31 Thread pooja arora
Hey , Thanks for the command I tried the same function as u mentioned I got a warning like Warning message: NAs introduced by coercion Any pointers what does that mean? I am using a 64 bit Linux(red hat) machine Thanks and Regards, Pooja Arora -Original Message- From: r-help-boun

Re: [R] how to increase the limit for max.print in R

2009-03-31 Thread pooja arora
Thanks, it Worked. Do you have any idea how much is the max limit for max.print Thanks and Regards, Pooja Arora | Associate Software Engineer- Washu-caB2B | Persistent Systems Limited pooja_ar...@persistent.co.in | Cell: +91 9923223668 | Tel: +91 (20) 3023 4007 Innovation in software product

[R] how to increase the limit for max.print in R

2009-03-31 Thread pooja arora
Hi All, I am using DNAcopy package in R for copy number analysis of 500K chip. The final output which I get from DNA copy is too big to be printed in a file. So I am getting an error as "reached getOption("max.print") -- omitted 475569 rows " Can somebody please provide me the pointers with