(This article was first published on Triad sou., and kindly contributed to R-bloggers)
I posted a new version of the "RcmdrPlugin.KMggplot2" package, which is an Rcmdr plug-in for a "ggplot2" GUI front-end.
This package assists you to make "ggplot2" graphics.
- RcmdrPlugin.KMggplot2 (CRAN)
NEWS
Changes in version 0.2-0 (2013-01-23)
- Added themes: classic, minimal (ggplot2-0.9.3).
- Added themes: tufte, economist, solarized, stata, excel, igray, few, wsj (ggthemes).
- Kaplan-Meier plot: added a option to show a p-value of the log-rank test (Thanks to Sharma Vivek).
- Kaplan-Meier plot: added a option to draw a line at median survival (Thanks to Sharma Vivek).
- Scatter plot matrix: fixed bugs and reimplemented, because the ggplot2::plotmatrix() is deprecated.
- Scatter plot matrix: added stratified plots.
- Modified start-up for the problem that Commander window open twice when a plug-in is loaded via library() (see Rcmdr 1.9-3 NEWS). In RcmdrPlugin.KMggplot2 0.2-0, you can directly load by
library(RcmdrPlugin.KMggplot2).
themes
themes- theme_classic (ggplot2)
- theme_minimal (ggplot2)
- theme_tufte (ggthemes)
- theme_economist (ggthemes)
- theme_solarized (ggthemes)
- theme_stata (ggthemes)
- theme_excel (ggthemes)
- theme_igray (ggthemes)
- theme_few (ggthemes)
- theme_wsj (ggthemes)
Kaplan-Meier plot: log-rank p-value and lines at median survival
Scatter plot matrix: stratified plots
Related Posts
To leave a comment for the author, please follow the link and comment on his blog: Triad sou..
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...













Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).