I know this,but i meant how can i insert them here:
for(h in listfile){
        print(h)                ### Shall i keep this as it is
        print(file.info(h)$size)      ### Shall i keep this as it is
} 

      b=file.info(h)$size/67420/4  ### Shall I keep this as it is??????
    
        wind <- file(h, "rb")       ### Shall i keep this as it is??????
        
     C=readBin(wind, double(), size=4,n=67420*b, signed=TRUE)
 
        D<-matrix(C,nrow=b,ncol=67420)
last question: will it read them one by one and do calculations or will it
read them all at once because we didn't indices them

--
View this message in context: 
http://r.789695.n4.nabble.com/Min-Max-tp4593065p4595262.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to