Skip to content
Back to formatted view

Raw Message

Message-ID: <1238491741.7970.3.camel@R1-Thux>
Date: 2009-03-31T09:29:01Z
From: Bernardo Rangel Tura
Subject: how to increase the limit for max.print in R
In-Reply-To: <003d01c9b1e1$91dce2a0$b596a7e0$@co.in>

On Tue, 2009-03-31 at 14:47 +0530, pooja arora wrote:
> 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 how to increase the limit
> for max.print .
> 
>  
> 
> Thanks,
> 
>  
> 
> Pooja

Hi Pooja,

You must use options command, something like this

options(max.print=5.5E5)

For more information type? ?options

-- 
Bernardo Rangel Tura, M.D,MPH,Ph.D
National Institute of Cardiology
Brazil