[R] R does not recognise columns and rows as they are supposed to be
Jonsson
amen.alyaari at Bordeaux.inra.fr
Fri May 25 19:15:11 CEST 2012
I tried to read only one file and get some information but this is what I
got:
sam=file("C:\\Users\\2001\\SWdown_200101_01.img", "rb")
file1<- readBin(sam, double(),size=4, n=360*720)
file.info(file1)$size
Error in file.info(file1) : invalid filename argument
dim(file1)
NULL
--
View this message in context: http://r.789695.n4.nabble.com/R-does-not-recognise-columns-and-rows-as-they-are-supposed-to-be-tp4631217p4631366.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list