Displaying 20 results from an estimated 40 matches for "procomun".
2017 Jan 03
3
Consulta mapas
Hola!
Quiero empezar a georeferenciar en mapas con R. En blogs se encuentra
bastante información pero veo que no hay unanimidad respecto a las
librerías a utilizar ni tampoco la información es muy clara ni abarcativa.
¿Alguno/a trabaja con mapas en R y me puede indicar por donde encarar?
En principio mi interés es realizar mapas sencillos con información por
provincias y departamentos de
2012 May 04
7
Programando en R: Clases
Hola:
Perdonad por la insistencia, pero me gustaría saber si cualquier proyecto en R debe afrontarse desde el uso de clases, o si sólo procede ante determinados casos. De ser así, ¿cuáles serían?.
Gracias.
Eva
[[alternative HTML version deleted]]
2010 Feb 12
0
New solaR package
...diation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license.
Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in the package. They are available at my blog: http://procomun.wordpress.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 regard...
2010 Feb 12
0
New solaR package
...diation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license.
Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in the package. They are available at my blog: http://procomun.wordpress.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 regard...
2010 Feb 21
0
New solaR package
...diation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license.
Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in the package. They are available at my blog: http://procomun.wordpress.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 regard...
2013 Jul 17
2
Using RasterBricks
Dear listers,
I am trying to create a RasterLayer of the values of a rasterbrick object.
The rasterbrick object has, for example, 100cells
library(raster)
r <- raster(ncol=10, nrow=10)
r[]=1:ncell(r)
s <- brick(r,r,r)
s <- s * 1:3
Each cell of the rasterfinal will have the AREA UNDER CURVE formed by the
values in each cell of the three original rasters.
For example:
s[4] has the
2015 Apr 03
0
Mapas con spplot
Hola,
Yo lo resuelvo usando grid.rect. Tienes una posible solución aquí:
https://github.com/oscarperpinan/spacetime-vis/blob/master/choropleth.R#L216
(que es una versión actualizada de este artículo
https://procomun.wordpress.com/2012/02/18/maps_with_r_1/)
Saludos.
Oscar.
-----------------------------------------------------------------
Oscar Perpiñán Lamigueiro
Dpto. Ing. Eléctrica, Electrónica, Automática y Física Aplicada (ETSIDI-UPM)
Grupo de Sistemas Fotovoltaicos (IES-UPM)
URL: http://oscarperpinan.git...
2015 Apr 02
2
Mapas con spplot
Hola
He hecho el típico mapa con gadm y spplot:
library(sp)
ES <-
local(get(load(url("http://biogeo.ucdavis.edu/data/gadm2/R/ESP_adm2.RData
"))))
acerco las canarias:
A <- which(ES en data$NAME_1 == "Islas Canarias")
L <- length(ES en polygons[[A]]@Polygons)
L <- length(ES en polygons[[A]]@Polygons)
for (i in 1:L){
ES en polygons[[A]]@Polygons[[i]]@coords
2011 Jul 07
4
rgl movimiento
Hola a todos:
Estoy intentando visualizar unos resultados de un programa en R de forma
dinámica. Dichos resultados se pueden representar, básicamente, con un plano
que gira sobre uno de sus ejes: para dar sensación de movimiento he
utilizado la función rgl.clear(), ya que no encuentro los equivalentes en
rgl de los parámetros add o new. El problema es que al limpiar la pantalla
con rgl.clear la
2012 Jun 14
3
mapa provincial de España con googleVis
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120614/518ed68f/attachment.html>
2011 Apr 09
6
grafico
Hola a todos,
a<-c(1,2,3,4,5)
b<-c(1.3,2.4,5,6,8)
etiquetas<-c("etiq1","etiq2","etiq3","etiq4","etiq5")
c<-rbind(a,b)
Me gustaría hacer un gráfico en el que se represente en el eje Y las series a y
b que están unidas en c y en el eje X las etiquetas ¿cómo se podría hacer?
Espero haberme explicado. Sería el equivalente a la figura de
2013 Jun 02
2
Conversión de objeto temporal (TS) a matriz (o data.frame)
...)
> )
> return(x.matriz)
> }
>
> Pd2: Por cierto, ¿hay alguna forma de que ISOdate ponga la primera letra
> de los nombres de los meses en mayúscula?
--
Oscar Perpiñán Lamigueiro
Grupo de Sistemas Fotovoltaicos (IES-UPM)
Dpto. Ingeniería Eléctrica (EUITI-UPM)
URL: http://procomun.wordpress.com
Twitter: @oscarperpinan
2011 Jun 23
5
Reducción tamaño de gráficos en PDF
Buenas tardes a todos,
Estoy interesado en realizar varios gráficos y luego guardarlos
individualmente como PDF. Hasta ahí todo bien. Sin embargo, el archivo
resultante tiene aproximadamente 20MB. Podría alguien por favor indicarme
cómo reducir su tamaño? A continuación un ejemplo de lo que intento hacer
y mi sessionInfo(). Estoy usando Mac OS X.
Muchas gracias,
Jorge Ivan Velez
# R code
2010 Oct 08
1
solaR: version 0.20
...optimized.
*Several new small functions for date-time calculations are 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
...age 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
...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 Oct 08
1
solaR: version 0.20
...optimized.
*Several new small functions for date-time calculations are 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
...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
...age 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