RcmdrPlugin.KMggplot2_0.1-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.1-0 (2012-05-18)
- Restructuring implementation approach for efficient maintenance.
- Added
options()
for storing package specific options (e.g., font size, font family, …). - Added a theme:
theme_simple()
. - Added a theme element:
theme_rect2()
. - Added a list box for
facet_xx()
functions in some menus (Thanks to Professor Murtaza Haider). - Kaplan-Meier plot: added confidence intervals.
- Box plot: added violin plots.
- Bar chart for discrete variables: deleted dynamite plots.
- Bar chart for discrete variables: added stacked bar charts.
- Scatter plot matrix: added univariate plots at diagonal positions (ggplot2::plotmatrix).
- Deleted the dummy data for histograms, which is large in size.
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.