Skip to content
Back to formatted view

Raw Message

Message-ID: <1337966111340-4631366.post@n4.nabble.com>
Date: 2012-05-25T17:15:11Z
From: Jonsson
Subject: R does not recognise columns and rows as they are supposed to be
In-Reply-To: <E66794E69CFDE04D9A70842786030B932A9DE6@PA-MBX04.na.tibco.com>

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.