Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

380 results for “from:oscar”

[R-es] convocatorias varias
Oscar Perpiñan · May 2, 2011 · r-help-es

Hola, Os envío dos convocatorias que, sin ser explícitamente de R, quizás sean de interés para algunos de vosotros: "Innovación abierta y open data": http://www.eoi.es/portal/guest/evento/1580/innovacion-abierta-y-open...

Quartz Device in 2.0.1
Oscar Moreno · Nov 17, 2004 · r-sig-mac

I have just installed the latest GUI of R. 2.0.1. It's great!!! Thanks for the effort, guys. Just a little item. When I try to set the Size of the Quartz Device in the Quartz panel, the...

[R-es] Filtro Kalman
Oscar Perpiñan · Nov 25, 2010 · r-help-es

Por ejemplo, help(KalmanLike) y para más opciones RSiteSearch('kalman'). Oscar. On Thu, 25 Nov 2010 19:27:25 +0000 Santiago Ramos <javisan7 en hotmail.com> wrote: > > Hola, > > Estoy intentando implementar el filtro de Kalman para un modelo de...

sm.density
Oscar Rueda · Jan 24, 2001 · r-help

Hello to everyone I've downloaded the version sm2 for smoothing methods and when I try the simple code y <- rnorm(50) sm.density(y, model = "Normal") I get the error message Error in if (any(omit)) { : missing value where...

[R-es] Colores en grafico 3D usando una 4a variable
Oscar Perpiñan · Mar 3, 2011 · r-help-es

Hola, Con wireframe/cloud no encuentro una solución sencilla (seguramente creando un panel ad-hoc lo consigas). Pero rebuscando he encontrado posibles soluciones en otros paquetes: *misc3d: http://www.jstatsoft.org/v28/i01/paper *drape.plot de fields: http://rgm2...

"I running Rstudio, using Mac os but in virtual Parallel Windows"
Oscar Ramírez A · Dec 2, 2014 · r-sig-mac

"I running Rstudio, using Mac os but in virtual Parallel Windows? When i Try to load packages. Running in Rstudio. the following message appears. But not when I use only R. Error in library("Rcmdr", lib.loc = "\\psf/Home/Documents...

Nemenyi test for two way layout data.
Oscar Camilo Ortiz Ortega · Nov 7, 2006 · r-help

I am trying to do a Nonparametric Nemenyi test for multiple comparison in a two way layout data because I need to know the exact distribution. I don?t know if this test is in the R software. I just...

extracting raster data with point and polygons
Oscar Perpiñan · Jul 23, 2014 · r-sig-geo

Hi, > Could you clarify > where you would use mask() to make this more efficient for larger rasters? > It seems this will always use all the cellnumbers. I though maybe > mask(zones,obs) but then zonal() threw an error. I mean...

Incorrect month order in zApply function
Oscar Perpiñan · Aug 4, 2016 · r-sig-geo

Hello, With the current code of zApply, you should use a function that returns an ordered vector. For example: Month <- function(x) { idx <- as.numeric(format(x, '%m')) factor(month.name[idx], levels = month.name, ordered = TRUE) } x2 <- zApply(s...

help for lattice plot
Oscar Perpiñan · Jul 10, 2013 · r-sig-geo

?print.trellis Next time use the R-help mailing list (https://stat.ethz.ch/mailman/listinfo/r-help) for these questions. Best, Oscar. Saman Monfared <samanmonfared1 at gmail.com> writes: > Dear All, > > How can I plot some different plots in...

Local_coord
Oscar Perpiñan · Jul 21, 2014 · r-sig-geo

Hi, You can solve it using base functions if you prefer: coord <- read.delim('Coord_ha_R.txt') ref <- read.delim('ref_sub_parc_coord.txt') ref <- transform(ref, sub.parc = substr(sub.parc, 9, 10)) coordRef <- merge(coord, ref...

rasterVis 0.10-3
Oscar Perpiñan · Jul 24, 2011 · r-help

Dear useRs, I'd like 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...

MASS fitdistr()
Oscar Linares · Nov 27, 2003 · r-help

Dear R experts, I am trying to use the R MASS library fitdistr() to fit the following list: k21stsList<-c(0.76697,0.57642,0.75938,0.82616,0.93706,0.77377,0.58923,0.37157,0.60796,1.00070...

Incorrect CRAN packages URL?
Oscar Moreno · Oct 23, 2008 · r-sig-mac

System: PowerMac G5 Processor: PowerPC 970 (2.2) Speed: 1.8GHz Memory: 1.5GB OS: 10.5.5 R: 2.8.0 (recently reinstalled from 10/22/2008 binaries) Package installer can install one package at a time ONLY. In...

Incorrect CRAN packages URL?
Oscar Moreno · Oct 23, 2008 · r-sig-mac

System: PowerMac G5 Processor: PowerPC 970 (2.2) Speed: 1.8GHz Memory: 1.5GB OS: 10.5.5 R: 2.8.0 (recently reinstalled from 10/22/2008 binaries) Package installer can install one package at a time ONLY. In...

How can I make a raster with latitude information?
Oscar Perpiñan · Oct 23, 2013 · r-sig-geo

Hello, If your raster is 'r': lat <- init(r, v='y') Oscar. Manuel Sp?nola writes: > Dear list members, > > I would like to make a raster with the latitude (in UTM) data to include > this as a covariable in raster...

grid.text with rasterVis::layerplot
Oscar Perpiñan · May 23, 2015 · r-sig-geo

Hi, It is easier with the panel.number function. Following the example proposed by Tim: library(rasterVis) f <- system.file("external/test.grd", package="raster") r <- raster(f) s <- stack(r, r+500, r-500) labs <- c("a.", "b.", "c...

Time series of spatial data
Oscar Perpiñan · Apr 11, 2011 · r-help

Hi, You could try spacetime: http://cran.r-project.org/web/packages/spacetime/ Cheers. Oscar. ------------- Oscar Perpi??n Lamigueiro Dpto. de Ingenier?a El?ctrica EUITI-UPM http://procomun.wordpress.com --------------------------------------- En Thu, 7 Apr 2011 03:38:12 -0700...

Venn Diagram corresponding to size in R
Oscar Reina · Mar 10, 2011 · r-help

Hi Shira, you can also try with an R-forge package called Vennerable. It has been in alpha status for a while now, but so far it has been very useful for all our needs regarding Venn diagrams. https://r...

[R-es] Problema con función readSIAR del paquete solaR
Oscar Perpiñan · Nov 2, 2012 · r-help-es

Hola, En parte relacionado con lo que contaba hace unos días de la red SIAR, he publicado un artículo en el blog explicando lo que he aprendido a hacer de web scraping con R motivado por la reciente...

Can't find what you're looking for? Try searching with Google .