Displaying 16 results from an estimated 16 matches for "perpi".
Did you mean:
peri
2010 Feb 12
0
New solaR package
....com/software/solar/
An introduction to the package can be found in the vignette (in Spanish): http://cran.r-project.org/web/packages/solaR/vignettes/solaR.pdf. A handbook of photovoltaic systems (in Spanish) is available at http://procomun.wordpress.com/documentos/libroesf/.
Best regards.
Oscar Perpi??n Lamigueiro.
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2010 Oct 08
1
solaR: version 0.20
...now
available.
*Several bugs have been corrected.
An introduction to this package is available as a vignette (both in
English and in Spanish). Moreover, a handbook of photovoltaic systems (in Spanish) is available at
http://procomun.wordpress.com/documentos/libroesf/.
Best regards.
Oscar Perpi??n Lamigueiro
Electrical Engineering Department
EUITI-UPM
2011 Jul 24
0
rasterVis 0.10-3
...ke to announce the release of version 0.10-3 of rasterVis. This
package provides a set of methods for enhanced visualization and
interaction with the Raster* objects from the raster package.
You will find some examples at: http://rastervis.r-forge.r-project.org/.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
http://procomun.wordpress.com
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jul 24
0
pxR 0.20
...ch can be extracted with function
as.data.frame.
For instance,
my.px.object <- read.px("/path/to/pc-axis/file")
my.px.data <- as.data.frame(my.px.object)
will create the data.frame my.px.data with the data in the
corresponding PC-Axis file.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
http://procomun.wordpress.com
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2010 Feb 12
0
New solaR package
....com/software/solar/
An introduction to the package can be found in the vignette (in Spanish): http://cran.r-project.org/web/packages/solaR/vignettes/solaR.pdf. A handbook of photovoltaic systems (in Spanish) is available at http://procomun.wordpress.com/documentos/libroesf/.
Best regards.
Oscar Perpi??n Lamigueiro.
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2010 Mar 09
0
wavethresh: length must be power of two
...s:
> data3=data
> length(data3)<-2^ceiling(log(length(data),2))
> data3[is.na(data3)]<-0
> wdS3<-wd(data3,type='station')
Is there any other solution?
By the way, does anybody knows why the wavethresh package at CRAN is not being updated?
Thank you very much!
Oscar Perpi??n Lamigueiro
Department of Electrical Engineering
Universidad Polit?cnica de Madrid
2010 Oct 08
1
solaR: version 0.20
...now
available.
*Several bugs have been corrected.
An introduction to this package is available as a vignette (both in
English and in Spanish). Moreover, a handbook of photovoltaic systems (in Spanish) is available at
http://procomun.wordpress.com/documentos/libroesf/.
Best regards.
Oscar Perpi??n Lamigueiro
Electrical Engineering Department
EUITI-UPM
2011 Apr 07
2
Time series of spatial data
Hi guys,
I'm really new in R.
Trying to analyze series of spatial datasets (365 satellite images) in order
to find the best model that fit the data.
Any suggestion which package that could help me?
Thanks in advance.
Cheers
--
View this message in context: http://r.789695.n4.nabble.com/Time-series-of-spatial-data-tp3432979p3432979.html
Sent from the R help mailing list archive at
2011 Jul 24
0
pxR 0.20
...ch can be extracted with function
as.data.frame.
For instance,
my.px.object <- read.px("/path/to/pc-axis/file")
my.px.data <- as.data.frame(my.px.object)
will create the data.frame my.px.data with the data in the
corresponding PC-Axis file.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
http://procomun.wordpress.com
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jul 24
0
rasterVis 0.10-3
...ke to announce the release of version 0.10-3 of rasterVis. This
package provides a set of methods for enhanced visualization and
interaction with the Raster* objects from the raster package.
You will find some examples at: http://rastervis.r-forge.r-project.org/.
Best,
Oscar.
-------------
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
http://procomun.wordpress.com
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Aug 25
2
Choropleth in R
Hi all,
I would like to use R in order to generate a Heatmap/Choropleth overlaid on
the UK map. Can someone please help with finding the right package/code? Any
help is much appreciated.
Best, Reza
[[alternative HTML version deleted]]
2010 Jan 27
0
Depends, Suggests and .First.lib
...ate your advice.
Another question is about the load of data. I am including two datasets which are used by two functions. They are small (about 6kB). Is it better to use LazyData:no or insert a data() inside the code of these two functions?
Thank you very much for your help.
Best regards.
Oscar Perpi??n Lamigueiro
Dpto. de Ingenier?a El?ctrica
EUITI-UPM
2014 Oct 08
4
Pregunta sobre manipulación de shapefile
...en como atacarlo, no conocía el enlace que me mandas, por tanto lo pruebo de nuevo). Mañana espero informaros
Un saludo y gracias de nuevo
From: mtnezb en gmail.com
Date: Wed, 8 Oct 2014 22:22:59 +0200
Subject: Re: [R-es] Pregunta sobre manipulación de shapefile
To: fjroar en hotmail.com
CC: oscar.perpinan en upm.es; r-help-es en r-project.org
Hola:
No sé si he entendido bien, pero:
con la función fortify del paquete ggplot, conviertes un SpatialPolygonDataFrame en un data.frame corriente como el que tú has construido (con una columna adicional que agrupa los puntos que corresponden al mismo polí...
2011 Jul 13
3
adding text to spplot
hi all,
I have a plot to which i would like to add text labels. And i cant find a way...here is the code :
enaD2<-idw(D2~1, loca=dva, newdata=grd)
pts = list("sp.points", dva, pch = 20, cex=1.5, col = "darkred
spplot(enaD2, "var1.pred",sp.layout=pts, main = "globina 60 cm", sub="D2",
2011 Jun 30
4
aggregating data
Hi,
I am interested in using the cast function in R to perform some aggregation. I did once manage to get it working, but have now forgotten how I did this. So here is my dilemma. I have several thousands of probes (about 180,000) corresponding to each gene; what I'd like to do is obtain is a frequency count of the various occurrences of each probes for each gene.
The data would look
2011 Apr 10
3
Adding margin text to lattice graphics
Colleagues
I am learning lattice graphics (R 2.12.2; OS X). Several days ago, I inquired about adding margin text to lattice graphics. Jim Price offered a useful reply, suggesting that I add:
page = function(page) grid.text('words', x = 0.5, y = 0.01)
to my call to the function. The entire function that he suggested was;
xyplot(1 ~ 1,
par.settings = list(layout.heights =