search for: ggtheme

Displaying 17 results from an estimated 17 matches for "ggtheme".

Did you mean: ggthemes
2017 Feb 16
5
Sobre gráficos
...p;keywords=ggplot2 Yo te recomendaría este otro: - https://www.amazon.es/R-Graphics-Cookbook-Winston-Chang/dp/1449316956/ref=sr_1_1?ie=UTF8&qid=1487276054&sr=8-1&keywords=r+graphics+cookbook Y sobre hacer gráficos al "estilo Excel". Puedes utilizar el paquete "ggthemes" que te permite crear gráficos con diferentes tipos de acabados, entre ellos en formato "Excel 2003"...: - https://github.com/jrnold/ggthemes Saludos, Carlos Ortega www.qualityexcellence.es El 16 de febrero de 2017, 19:07, "Hector Gómez Fuerte" <hector3 en gmx.e...
2018 Jan 14
2
consolidate three function into one
...ot;, "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") } ggsurvplot(cluster, data = inputfile, risk.table = F, palette = palette, ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)", main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16, font.tickslab = 14,font.legend =c(14,"plain","black"), legend = "bottom", legend.title...
2017 Feb 16
2
Sobre gráficos
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20170216/7c6f564a/attachment.html>
2018 Jan 15
2
consolidate three function into one
...black","green", "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") } fig <-ggsurvplot(cluster, data = inputfile, risk.table = F, palette = palette, ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)", main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16, font.tickslab = 14,font.legend =c(14,"plain","black"), legend = "bottom", legend.titl...
2018 Jan 14
0
consolidate three function into one
...legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") > } > > ggsurvplot(cluster, data = inputfile, risk.table = F, > palette = palette, > ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)", > main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16, > font.tickslab = 14,font.legend =c(14,"plain","black"), > legend = "bottom", >...
2018 Jan 15
0
consolidate three function into one
..., "blue") > legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") > } > > > fig <-ggsurvplot(cluster, data = inputfile, risk.table = F, > palette = palette, > ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival > (Days)", > main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16, > font.tickslab = 14,font.legend =c(14,"plain","black"), > legend = "bottom", >...
2018 Jan 15
1
consolidate three function into one
...uot;black","green", "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") } fig <-ggsurvplot(cluster, data = inputfile, risk.table = F, palette = palette, ylim=c(0,1),ggtheme = theme_bw(),xlab="Relapse Free Suvival (Days)", main = "Survival curve",pval = TRUE,font.x = 16,font.y = 16, font.tickslab = 14,font.legend =c(14,"plain","black"), legend = "bottom", legend.title...
2018 Jan 14
0
consolidate three function into one
...nputfile ) { cluster2<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster2, data = inputfile, risk.table = F, palette = c("red", "black"), ylim=c(0,1), ggtheme = theme_bw(), xlab="Relapse Free Suvival (Days)", main = "Survival curve", pval = TRUE, font.x = 16, font.y = 16, font.tickslab = 14, font.legend =c(14,"plain","black"...
2018 Jan 14
0
consolidate three function into one
...inputfile ) { cluster2<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster2, data = inputfile, risk.table = F, palette = c("red", "black"), ylim=c(0,1), ggtheme = theme_bw(), xlab="Relapse Free Suvival (Days)", main = "Survival curve", pval = TRUE, font.x = 16, font.y = 16, font.tickslab = 14, font.legend =c(14,"plain","black"...
2014 Dec 23
2
CRAN and ggplot2 geom and stat extensions
I am thinking about adding several geom and stat extensions to ggplot2 in the Hmisc package. To do this requires using non-exported ggplot2 functions as discussed in http://stackoverflow.com/questions/18108406/creating-a-custom-stat-object-in-ggplot2 If I use the needed ggplot2::: notation the package will no longer pass CRAN checks. Does anyone know of a solution? I'm assuming that
2007 Jun 17
1
[ggplot2] Change color of grid lines
...rary(ggplot2) x <- rnorm(100) y <- rnorm(100) ## the default behaviour (a <- qplot(x,y)) ## my attempt to change the default behaviour ggopt(grid.colour = "black", grid.fill = "white", background.colour = "black") (b <- qplot(x,y)) (Of course, I also gave ggtheme a try but without success.) Unfortunately, I didn't found any solution for my problem which I could hardly believe. I strongly suspect that it's my fault but would appreciate any hint like RTFM on page XXX or so. Thanks in advance, Bernd [1] The red arrows indicate what I mean by &q...
2017 Feb 17
2
Sobre gráficos
...gt;> - >> https://www.amazon.es/R-Graphics-Cookbook-Winston-Chang/dp/1449316956/ref=sr_1_1?ie=UTF8&qid=1487276054&sr=8-1&keywords=r+graphics+cookbook >> >> >> Y sobre hacer gráficos al "estilo Excel". >> Puedes utilizar el paquete "ggthemes" que te permite crear gráficos con >> diferentes tipos de acabados, entre ellos en formato "Excel 2003"...: >> >> >> - https://github.com/jrnold/ggthemes >> >> Saludos, >> Carlos Ortega >> www.qualityexcellence.es >> >&...
2014 Dec 23
0
CRAN and ggplot2 geom and stat extensions
...this requires using non-exported ggplot2 > functions as discussed in > http://stackoverflow.com/questions/18108406/creating-a-custom-stat-object-in-ggplot2 > > If I use the needed ggplot2::: notation the package will no longer pass > CRAN checks. Does anyone know of a solution? the ggthemes package is on CRAN and uses ggplot2::: so it is at least possible that this will be allowed for Hmisc as well. Best, Ista I'm assuming that Hadley > doesn't want to export these functions or he would have done so a long > time ago because of the number of users who have asked que...
2007 Sep 02
0
ggplot2 - version 0.5.5
...fixed bug in stat_qq which prevent setting aesthetics * fixed bug in qplot(..., geom="density", position="identity") * fixed stat_qq so that unnecessary arguments are no longer passed to the distribution function Subtractions: * removed grid argument from ggsave, replaced by ggtheme(theme_bw) * removed add argument from qplot Regards, Hadley -- http://had.co.nz/ _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2007 Sep 02
0
ggplot2 - version 0.5.5
...fixed bug in stat_qq which prevent setting aesthetics * fixed bug in qplot(..., geom="density", position="identity") * fixed stat_qq so that unnecessary arguments are no longer passed to the distribution function Subtractions: * removed grid argument from ggsave, replaced by ggtheme(theme_bw) * removed add argument from qplot Regards, Hadley -- http://had.co.nz/ _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2017 Feb 21
2
[OT] Sobre gráficos
...t; >> - >> https://www.amazon.es/R-Graphics-Cookbook-Winston-Chang/dp/1449316956/ref=sr_1_1?ie=UTF8&qid=1487276054&sr=8-1&keywords=r+graphics+cookbook >> >> >> Y sobre hacer gráficos al "estilo Excel". >> Puedes utilizar el paquete "ggthemes" que te permite crear gráficos con >> diferentes tipos de acabados, entre ellos en formato "Excel 2003"...: >> >> >> - https://github.com/jrnold/ggthemes >> >> Saludos, >> Carlos Ortega >> www.qualityexcellence.es >> >>...
2007 Aug 11
0
DOE and interaction plot general question
...didn't think > you'd respond! > > So here is some code! > > library(reshape) > library(ggplot2) > > theme_t <- list(grid.fill="white",grid.colour="lightgrey", > background.colour= > "black",axis.colour="dimgrey") > ggtheme(theme_t) > > grp <- > > c(2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3) > time <- > > c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1...