[R] listing array after loop

R. Michael Weylandt michael.weylandt at gmail.com
Sat Feb 25 08:06:41 CET 2012


This sure sounds like you need to read the advice I gave you on the
other thread where you asked the same questions...

Michael

On Fri, Feb 24, 2012 at 5:04 PM, uday <uday_143_4u at hotmail.com> wrote:
> The following error I got
>
> Warning messages:
> 1: In sci.lat[i] = data[, 7] :
>  number of items to replace is not a multiple of replacement length
> 2: In sci.lon[i] = ((temp.lon + 180)%%360) - 180 :
>  number of items to replace is not a multiple of replacement length
> 3: In sci.ch4[i] = data[, 45] :
>  number of items to replace is not a multiple of replacement length
> 4: In sci.lat[i] = data[, 7] :
>  number of items to replace is not a multiple of replacement length
> 5: In sci.lon[i] = ((temp.lon + 180)%%360) - 180 :
>  number of items to replace is not a multiple of replacement length
> 6: In sci.ch4[i] = data[, 45] :
>  number of items to replace is not a multiple of replacement length
>>
>> save(sci.lat,sci.lon,sci.ch4,file="myData.RData")
> Error in gzfile(file, "wb") : cannot open the connection
> In addition: Warning message:
> In gzfile(file, "wb") :
>  cannot open compressed file 'myData.RData', probable reason 'Permission
> denied
>
> --
> View this message in context: http://r.789695.n4.nabble.com/listing-array-after-loop-tp4418081p4418752.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list