listing array after loop
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.