search for: alejo

Displaying 20 results from an estimated 28 matches for "alejo".

2009 Oct 15
1
Discriminant plot
Hi Alejo, According to my knowledge the two plots are different because in the first one a point belongs to a group depending on its group in the data whereas in the second plot a point belongs to the group predicted by the linear discriminant analysis. I hope somebody will correct me if I am wrong. Alai...
2003 May 28
2
SSH1 security with Kerb5
Hi, I am trying to decide if it is worth the time to test the Kerberos support in a port I am working on of Openssh 3.5p1. Does using Kerb5 with SSH1 solve the security problems inherent in protocol 1 and bring it up to par with the security level of SSH2 or are there other issues that Kerb5 authentication won't help for SSH1? Thanks, Greg Lambert --------------------------------- Do
2010 Oct 20
1
Biplot: plot group name instead of row number
...tead of row numbers I want to plot iris[,5], which is a factor. I can do this: plot(PCA$x[,1], PCA$x[,2], type="n") text(PCA$x[,1], PCA$x[,2], labels=iris[,5], col=palette()[iris[,5]]) Here I have a nice colored plot, but without the variable vectors. Any tip? Thanks a lot in advance. Alejo [[alternative HTML version deleted]]
2011 Nov 23
1
Vegan: Diversity Plot, label points
...xon) taxdis <- taxa2dist(dune.taxon, varstep=TRUE) mod <- taxondive(dune, taxdis) plot(mod) The points in this plot are diversity values of single sites, and I'd like to add a label to each one. The plot command don't accept a "label" argument. Any tip? Thanks in advance. Alejo
2010 Sep 13
4
lattice: Set x-axis in italics only
Dear list, I making some box-and-whisker plots in R with vertebrate data. The x axis are species names that must be in italics. I tried with the "axis" function but no luck, and it seems that affects both axes. Any tip? Thanks a lot in Advance. Alej
2010 Oct 07
1
Lattice: Histogram in splom diagonals
...ome code, but it fails to plot (I've commented the problematic lines): splom(iris[,1:4], panel = function(x, y, ...) { panel.xyplot(x, y, ...) panel.lmline(x,y,...) } # , diag.panel=function(x,...){ # panel.histogram(x,...) # } ) Thanks a lot in advance! Regards, Alejo [[alternative HTML version deleted]]
2008 Jan 15
1
port of vorbis encoder to non-fpu archs
...n motivation comes from an art project (so is the funding) All credits will go to whoever is able to improve the code and makes the port as a package .ipk for the openwrt firmwares (preferably kamikaze). Please get in touch if you think this is possible and achivable in the next month. regards, /alejo
2013 Nov 15
2
Aplicación de lapply()
...por la función lapply() (lo he intentado y me genera problemas de dimensión) kjl<-list() for(k in 1:19){ kjl[[k]]<-invertir(triu_inf[[k]],32)} su ayuda ya que tengo la noción de lo que realiza la función lapply pero no la entiendo a detalle que hace con c/u de los elementos Muchas gracias Alejo [[alternative HTML version deleted]]
2013 Jul 23
3
Selección de valores de la lista y reordenar
Estimados tengo 1 lista de valores aleatorios misma que necesito reordenar de acuerdo a determinadas condiciones. Ej: sea la siguiente lista (la primera fila hace referencia a la posición del valor de lista 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 7 3 4 8 6 1 4 5 2 3 4 10 15 5 necesito que me tome los valores que son mayores 3 y menores a 8, pero unicamente considerando los valores hasta la
2014 May 20
3
Curvas de densidad no parametricas
Estimados una consulta me encuentro graficando un histograma cuyos datos no provienen de una distribución clásica como la normal exponenial, poisson, etc, Lo que necesito es colocar una curva no paramétrica que permita evidenciar el ajuste de los datos a esa curva ya que son muchos (alrededor de 80000). Muchas gracias [[alternative HTML version deleted]]
2015 Nov 13
2
Colores en labels de un mapa
Estimados por solicitar su ayuda, estoy intentando cambiar el color de una etiqueta de un gráfico, he realizado múltiples intentos sin un resultado satisfactorio. Debido a que necesito realizar múltiples gráficos he realizado una función que dando parámetros de entrada me grafique las variables o los valores que deseo. Mi problema es en la representación de los colores. Los parámetros de la
2010 Oct 13
1
Lattice: arbitrary abline in multiple histograms
Dear list. I have three histograms and I want to add a vertical abline in a different place in each plot. The next example will plot a vertical line at x=5.5 in the three plots: rnorm(100,5,3) -> A rnorm(100,7,3) -> B rnorm(100,4,1) -> C rep(c("A","B","C"),each=100) -> grp data.frame(G=grp,D=c(A,B,C)) -> data histogram(~ D | G, data=data,
2010 Nov 12
1
wind rose (oz.windrose) scale
Dear list, I trying to make a wind rose plot whit the command oz.windrose, from plotrix package. My data, a matrix of percentages with the rows representing speed ranges and the columns indicating wind directions was generated using bin.wind.records command from same package: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [1,] 0.4405286 0.0000000 0.1468429 0.4405286 0.4405286
2011 Nov 24
1
Vegan: how to plot sites labes in diversity plot
Dear List, I can'f figure how to add point labels in the next plot (example from ?taxondive help page, from vegan package): library(vegan) data(dune) data(dune.taxon) taxdis <- taxa2dist(dune.taxon, varstep=TRUE) mod <- taxondive(dune, taxdis) plot(mod) The points in this plot are diversity values of single sites, and I'd like to add a label to each one. The plot command don't
2009 Oct 14
1
plot discriminant analysis
I'm confused on how is the right way to plot a discriminant analysis made by lda function (MASS package). (I had attached my data fro reproduction). When I plot a lda object : X <- read.table("data", header=T) lda_analysis <- lda(formula(X), data=X) plot(lda_analysis) #the above plot is completely different to: plot(predict(lda_analysis)$x,
2013 Jul 23
0
Selección de valores de la lista y reordenar
...a.ind] via.no.ind.val <- via.pri[setdiff(1:8,via.ind)] via.new <- c(via.no.ind.val, via.ind.val, via.las) #----------------------------------------------------------------------------------- Saludos, Carlos Ortega www.qualityexcellence.es El 23 de julio de 2013 19:39, Alejandro Ayala <alejo.ayalab@gmail.com>escribió: > Estimados tengo 1 lista de valores aleatorios misma que necesito reordenar > de acuerdo a determinadas condiciones. Ej: sea la siguiente lista (la > primera fila hace referencia a la posición del valor de lista > > 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15...
2014 Sep 15
2
Etiquetas en gráfico R
Estimados por favor con su ayuda tengo el siguiente gráfico en R, lo que necesito es que en el eje de las x (eje horizontal) se muestren todos los valores de la etiqueta y no a manera de intervalo, es decir, en el gráfico necesito que se muestren todos los valores (1,2,3,4,...,18,19) y no los valores con intervalo de 5 en 5. [image: Imágenes integradas 1] He intentando con el siguiente código
2009 Nov 09
4
lectura de archivos en formato SAS
Hola. yo soy usuario SAS y ahora estoy intentando comenzar a trabajar en R. Estoy necesitando leer archivos de datos que tengo en formato SAS. Se que esta el package foreing que permite leer directamente datos que se encuentran en ese formato. Alguien podria indicarme como lo debo hacer. Solo quiero leer algunas variables dado que el archivo es extenso. Muchas gracias. Silvia.
2013 Oct 28
1
Lazos (bucles) anidados
Estimados me pueden ayudar con el siguiente problema, necesito reducir lineas de programación mediante un bucle, las instrucciones que estoy realizando son: matriz_lambda<-matrix(NA,32,19) m_lambda_b<-matrix(NA,32,19) for(i in 1:32){ if(i<32){ matriz_lambda[i,1]<-sum(matriz5[i,c((i+1):32)]) matriz_lambda[i,2]<-sum(matriz6[i,c((i+1):32)])
2013 Mar 06
3
almacenamiento en lista y funcion lapply
Estimados su ayuda, tengo un total de 20 matrices las cuales deseo colocarlas como componentes de la lista, es decir matrices<-list(matriz1,matriz2,matriz3,...,matriz20) existe alguna manera de hacer esto de manera automatica ya que puede que exista un mayor numero de matrices por ejemplo 100, donde el ingreso de una por una puede resultar un poco cansado. A su vez a las matrices ingresadas