search for: lluvia

Displaying 7 results from an estimated 7 matches for "lluvia".

Did you mean: lluis
2004 Aug 17
3
Fwd: strptime() problem?
...ot; #And I need to convert this character column into POSIXct, for eventual work. #As I can see in the documentation, the process is to use strptime(), what #creates an object POSIXlt and doesn't allow to specify that the time zone of #the data is already UTC; followed by as.POSIXct() > lluvia.strptime <- strptime(raincida$ts, format="%d/%m/%Y %H:%M:%S") > lluvia.strptime.POSIXct <- as.POSIXct(lluvia.strptime,tz="GMT") A "printed" extract is: [2039] "2000-03-25 22:00:00 GMT" "2000-03-25 23:00:00 GMT" [2041] "2000-03-26 0...
2015 Aug 04
2
Duda interpolación (package ' gstat ')
Hola, # Hacemos el KED. Ver función "krige()": KED.rad <- krige( formula=pluvPcp~layer, # covariable -> radar locations=lluvia.rad.pluv.spdf, newdata=radarGrid, # podría ser cualquier objeto Spatial model=v.fit, # modelo de semivariograma. maxdist=Inf ) Esta es la función que me interpola los datos de lluvia. El error que me da es: &qu...
2004 Aug 17
1
strptime() bug? And additional problem in package "tseries"
...ot;26/03/2000 00:00:00 UTC" "26/03/2000 01:00:00 UTC" [2043] "26/03/2000 02:00:00 UTC" "26/03/2000 03:00:00 UTC" [2045] "26/03/2000 04:00:00 UTC" "26/03/2000 05:00:00 UTC" 2) Try to extract time from this column of the dataframe (bug?) > lluvia.strptime <- strptime(raincida$ts, format="%d/%m/%Y %H:%M:%S") # An extract is: [2038] "2000-03-25 21:00:00" "2000-03-25 22:00:00" "2000-03-25 23:00:00" [2041] "2000-03-26 00:00:00" "2000-03-26 01:00:00" "2000-03-26 03:00:00&quo...
2004 Aug 18
1
Fwd: strptime() problem? - Resolved
...:00:00 CET" "2000-03-26 00:00:00 CET" [3] "2000-03-26 01:00:00 CET" "2000-03-26 03:00:00 CEST" [5] "2000-03-26 04:00:00 CEST" "2000-03-26 05:00:00 CEST" [7] "2000-03-26 06:00:00 CEST" "2000-03-26 07:00:00 CEST" > format(lluvia.chron.ct[2039:2046],tz="GMT",usetz=TRUE) [1] "2000-03-25 22:00:00 GMT" "2000-03-25 23:00:00 GMT" [3] "2000-03-26 00:00:00 GMT" "2000-03-26 01:00:00 GMT" [5] "2000-03-26 02:00:00 GMT" "2000-03-26 03:00:00 GMT" [7] "2000-03-26...
2015 Aug 06
2
Duda interpolación (package ' gstat ')
...El 04/08/2015 a las 11:24, Marcos Bermejo escribió: > > Hola, > > > > # Hacemos el KED. Ver funci?n "krige()": > > KED.rad <- krige( > > formula=pluvPcp~layer, # covariable -> radar > > locations=lluvia.rad.pluv.spdf, > > newdata=radarGrid, # podr?a ser cualquier objeto Spatial > > model=v.fit, # modelo de semivariograma. > > maxdist=Inf > > ) > > > > Esta es la funci?n que...
2017 May 18
4
PLOTEO DEL DATO MENSUAL DESDE EL ACUMULADO
Hola estimados: He tratado de encontrar la mejor forma de automatizar un proceso de "datos mensuales de precipitación". El tema es que tengo solo la serie acumulada anual de Pp. Por ende, busco una forma de plotear un gráfico, extrayendo "los datos mensuales desde el acumulado" Ejemplo; ene feb mar abr may jun jul ago sep oct nov dic 1 5 8 10 20 30 50 80
2012 Aug 19
2
Prueba de Thom y series temporales homogéneas de prueba
...3470 3592 3693 pdThom(as.vector(Almeria.radiacion.diaria)[1839:3220]) # [1] 28.201 library(TSA) data(tempdub) pdThom(tempdub) # [1] 8.195372 data(larain) pdThom(larain) # [1] 0.4683109 ------------------- Fin del código R ----------- Como veis la única serie que «pasa» la prueba de Thom es la de lluvia en Los Angeles del paquete TSA, pero estoy desorientado, no me lo creo. ¿Que opináis? Gracias por adelantado. Un saludo. R. Gómez [0] https://stat.ethz.ch/pipermail/r-help-es/2012-February/003236.html -- Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, para no atar mi...