Skip to content
Back to formatted view

Raw Message

Message-ID: <1322108132576-4102700.post@n4.nabble.com>
Date: 2011-11-24T04:15:32Z
From: Jess L
Subject: Result too long a vector?
In-Reply-To: <1322060953973-4099970.post@n4.nabble.com>

Hi,

you can try close R and run R again for getting and saving another csv.

Or if your max(x) is too big, try split into 4, or 5 or even more like:

1:(max(x)/4)

and next run: 

(max(x)/4+1) : (max(x)/2) etc


hope this helps,
JL 

--
View this message in context: http://r.789695.n4.nabble.com/Result-too-long-a-vector-tp4099970p4102700.html
Sent from the R help mailing list archive at Nabble.com.