similar to: Legendas en una gráfica de ggplot2

Displaying 20 results from an estimated 1000 matches similar to: "Legendas en una gráfica de ggplot2"

2018 Jul 18
2
Legendas en una gráfica de ggplot2
¡Gracias! Espectacular. Me ha servido mucho. El mié., 18 de jul. de 2018 1:15 PM, Víctor Granda García < victorgrandagarcia en gmail.com> escribió: > Hola Sebastián. > > Entiendo que tratas de que aparezca una leyenda con el tipo de curva > (l,o,u,i). Si quieres aprovechar las ventajas de ggplot (como las leyendas > automáticas) normalmente tienes que asignar linetype a una
2016 Oct 26
2
borrar texto en una gráfica
Hola a todos, Os envío una consulta que considero sencilla pero me está resultando imposible de resolver. Si ejecutáis el siguiente código, obtendréis la gráfica que os adjunto: library(ltm) modelo <- rasch(LSAT) plot(modelo, main="Curva probabilidad pregunta 1",legend = TRUE, cx = "bottomright", items=1,xlab="Conocimiento",ylab="Probabilidad") Resulta
2024 Jul 18
2
ggplot two-factor legend
Hi I am using ggplot to visualise y for a two-factorial group (Bio: 0 and 1) x = 6 years. I was able to adapt the colour of the lines (green and red) and the linetype (solid and dashed). Challenge: my code produces now two legends. One with the colors for the group and one with the linetype for the group. Does somebody have a hint how to adapt the code to produce one legend? Group 0 = red and
2016 Apr 09
1
Run script R
hi all ,? i have an problem in script R . But when I execute the script R I face this error . can you help me please ???error:----------------------------------------- Error in FUN(X[[i]], ...) :?? Theme element 'text' has NULL property: margin, debugIn addition: Warning messages:1: Removed 361 rows containing non-finite values (stat_smooth).?2: Removed 361 rows containing missing values
2024 Jul 18
1
ggplot two-factor legend
?s 16:27 de 18/07/2024, SIBYLLE ST?CKLI via R-help escreveu: > Hi > > I am using ggplot to visualise y for a two-factorial group (Bio: 0 and 1) x > = 6 years. I was able to adapt the colour of the lines (green and red) and > the linetype (solid and dashed). > Challenge: my code produces now two legends. One with the colors for the > group and one with the linetype for the
2024 Jul 18
1
ggplot two-factor legend
?s 17:43 de 18/07/2024, Rui Barradas escreveu: > ?s 16:27 de 18/07/2024, SIBYLLE ST?CKLI via R-help escreveu: >> Hi >> >> I am using ggplot to visualise y for a two-factorial group (Bio: 0 and >> 1) x >> = 6 years. I was able to adapt the colour of the lines (green and red) >> and >> the linetype (solid and dashed). >> Challenge: my code
2024 Jul 18
1
ggplot two-factor legend
If I follow your question, you want redundant aesthetics. Ggplot normally notices correlated aesthetic mapping variables and merges the legends, so the most likely answer is that your data are not fully correlated in all rows. I have also seen this where data are drawn from different dataframes for different layers since it is hard to merge factors, but I don't see that here. You are using
2013 Sep 18
1
ggplot2: changing strip text in facet_grid and a legend text problem
Hi, Dummy data script and scripts are attached below. I would like to change the plot to look like this:
2013 May 14
1
Tamaño plots y calidad en grafico ggplot
Hola a tod en s, bueno, un poco al hilo de un mensaje anterior, reformulo la pregunta y pongo código completamente reproducible, a ver si hay más suerte. Estoy con un informe y hay que hacer algunos gráficos con datos diferentes con ggplot2, y hay que poner el mismo tamaño para todos ellos. El problema es que R cambia automáticamente el tamaño del área de trazado y el margen en función de
2024 Aug 11
1
geom_smooth with sd
Dear community Using after_stat() I was able to visualise ggplot with standard deviations instead of a confidence interval as seen in the R help. p1<-ggplot(data = MS1, aes(x= Jahr, y= QI_A,color=Bio, linetype=Bio)) + geom_smooth(aes(fill=Bio, ymax=after_stat(y+se*sqrt(length(y))), ymin=after_stat(y-se*sqrt(y))) , method = "lm" , formula = y ~ x +
2024 Aug 11
1
geom_smooth with sd
Hi! This is probably completely off base, but your ymin and y max setup lines are different. One uses sqrt(y), while the second uses sqrt(length(y)). Could that play a part, please? Thank you Erin Hodgess, PhD mailto: erinm.hodgess at gmail.com On Sun, Aug 11, 2024 at 10:10?AM SIBYLLE ST?CKLI via R-help < r-help at r-project.org> wrote: > Dear community > > > > Using
2017 Mar 22
3
ggplot2
Estoy automatizando informes con RMarkdown, y uso xtable y ggplot. Para los gráficos necesito un un tamaño fijo para el área de trazado y para el margen que contiene los textos de los ejes y las etiquetas. ¿Popdríais decirme cómo? Muchas gracias Belén Cillero Jiménez Técnico de Estadística Instituto de Estadística de La Rioja bcillero en larioja.org<mailto:bcillero en larioja.org>
2012 Sep 19
2
cambiar tamaño de letra de la leyenda con ggplot2
Hola a todos. Estoy realizando un gráfico con ggplot2, tal que así p <- ggplot(evolucion.alumnos, aes(x=CURSO, y=value, group=variable)) p + geom_line(aes(color=variable)) + labs(list(x="Curso", y="Alumnado extranjero", colour="Grupos Geopolíticos")) + opts(title='Evolución España') Y mi duda es que no encuentro en la ayuda cómo cambiar el tamaño del
2015 Sep 04
2
Añadir escala a un mapa
Hola a tod en s, Este es el código principal que utilizo para diseñar mi zona de estudio (cuenca): png("mapa_zona_estudio.png", units="in", width=9, height=8.5, res=300) # Vamos a pintar los distintos instrumentos de medida sobre el mapa (junto con éste) y añadimos leyenda ggmap(mapa, extend='device', legend="left", base_layer=ggplot(datos, aes(x=lon,
2018 Oct 22
2
Chapuza total?? Crear web con R
Buenas Victor, Gracias por el mail. Suele pasar lod e descubrir el paquete una vez que has terminado el curro.. jejejeje Las webs estan bien, pero estaba pensando mase n webs de formularios.. No obstante, lo tomo en cuenta. Muchas gracias Jes?s ________________________________ De: V?ctor Granda Garc?a <victorgrandagarcia en gmail.com> Enviado: lunes, 22 de octubre de 2018 22:17 Para:
2018 Oct 22
3
Chapuza total?? Crear web con R
Buenas, Crear una web con R y shiny + shinyproxy en vez de un lenguaje propio como .Net + d3 es un chapuzon? Me da miedo sobretodo si la web tiene muchos usuarios a la vez... Que opinais? Un saludo Jes?s Obtener Outlook para Android<https://aka.ms/ghei36> [[alternative HTML version deleted]]
2016 Jul 15
4
Calcular media cada x tramos
Buenas, Estoy intentando caracterizar una curva de 180 puntos y sacar su vector de caracteristica: Punto de inicio, Máximo Minimo .... Para ello tengo un dataframe con las distintas curvas, de la forma siguiente: segundos valor curva 1 170 1 2 175 1 ...................................... 180 125 1 1
2018 Dec 26
2
Paquetes Climatología R
Hola a todos; Tengo que hacer un estudio climático para un estudio de impacto ambiental empleando los valores medios diarios de las variables meteorológicas usuales: precipitación, temperatura máxima, temperatura mínima, temperatura media, etc. ¿Que paquetes de R me recomendáis? Un saludo. [[alternative HTML version deleted]]
2018 Jul 23
2
Fwd: SOLICITUD DE AYUDA CON R MARKDOWN
¿Puedes enviar un ejemplo? El 23/07/18 a las 21:32, Carlos Córcoles escribió: > ---------- Mensaje reenviado ---------- > De: Carlos Córcoles <ccbcorcoles en gmail.com> > Fecha: 23 de julio de 2018, 21:09 > Asunto: SOLICITUD DE AYUDA CON R MARKDOWN > Para: R-help-es en r-project.org > > > A quien corresponda: > > Escribo este e-mail porque necesito ayuda con R
2013 Sep 26
1
Less than equal to symbol in ggplot2 legend text
Hello, I am trying to add a less than equal to symbol in a ggplot2 legend text. See sample code below. I have tried using the expression function and \u2264. I also tried adding labels to legend.text under theme. Neither of these 3 options work. Please help, Mahesh ++++++++++++++ Extra.column=ifelse(data[,covariate]>cutpoint,1,0) Grp1 <- "\u2264 1.5" Grp2 <-