RcmdrPlugin.KMggplot2_0.2-0 is on CRAN now
[This article was first published on R-bloggers - Triad sou., and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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)
.
Related Posts
To leave a comment for the author, please follow the link and comment on their blog: R-bloggers - Triad sou..
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.