Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-15 Thread massimodisasha
Hi, in the last days i had an error during the computation of a morfological clustering on a dtm, thanks to R.Bivand and his suggestions i've resolved it. error was generated by a large presence of Nas ( the sea surface ) on my scene: http://img299.images

Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-05 Thread Roger Bivand
On Tue, 5 Dec 2006, massimodisasha wrote: Please respect the time of people who reply to your questions. You send messages which indicate that you are just fumbling in ignorance. You are trying to run a very large problem on difficult hardware (yes, recently we even found a case of console R on

Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-04 Thread massimodisasha
hi, i've tryied to use readRAST6 instead of readFLOAT6sp this is the log: > library(cluster) > library(cluster) > x <- readRAST6(c ("er","crosc","longc","slope","profc","minic","maxic")) . ... Percent complete: 100% r.out.bin complete. Creating BIL support files ... Header

Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-02 Thread Roger Bivand
On Sat, 2 Dec 2006, Massimo Di Stefano wrote: > Roger: > > This is the log, > > > library(spgrass6) > Carico il pacchetto richiesto: sp > Carico il pacchetto richiesto: maptools > Carico il pacchetto richiesto: foreign > Carico il pacchetto richiesto: rgdal > Geospatial Data Abstraction Library

Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-02 Thread Massimo Di Stefano
i tryed again, This is the log, > library(spgrass6) Carico il pacchetto richiesto: sp Carico il pacchetto richiesto: maptools Carico il pacchetto richiesto: foreign Carico il pacchetto richiesto: rgdal Geospatial Data Abstraction Library extensions to R successfully loaded > library(cluster) > s

Re: [R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-02 Thread Roger Bivand
On Fri, 1 Dec 2006, Massimo Di Stefano wrote: Massimo: Two deep breaths, it'll work out. Memory may well be a problem, but we can't see what is going on without 1) sessionInfo() for your platform with the packages loaded 2) traceback() after the problem arises 3) do not run this as a script

[R-sig-Geo] Errore in sprintf(fmt, ...) ?

2006-12-01 Thread Massimo Di Stefano
hi, i'm trying to perform a clustering on a dem (50x50 km res=20m) is this is the code: require(spgrass6) require(cluster) gmeta6 <- gmeta6() x <- readFLOAT6sp(c("er","crosc","longc","slope","profc","minic","maxic")) morph <- data.frame(cbind(x$er, x$crosc, x$longc, x$slope, x$profc, x$minic