[R-bloggers]RcmdrPlugin.KMggplot2_0.2-0 is on CRAN now

[This article was first published on 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.

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.


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
  • theme_classic (ggplot2)

f:id:triadsou:20130124110741p:image

  • theme_minimal (ggplot2)

f:id:triadsou:20130124110748p:image

  • theme_tufte (ggthemes)

f:id:triadsou:20130124110751p:image

  • theme_economist (ggthemes)

f:id:triadsou:20130124110742p:image

  • theme_solarized (ggthemes)

f:id:triadsou:20130124110749p:image

  • theme_stata (ggthemes)

f:id:triadsou:20130124110750p:image

  • theme_excel (ggthemes)

f:id:triadsou:20130124110743p:image

  • theme_igray (ggthemes)

f:id:triadsou:20130124110745p:image

  • theme_few (ggthemes)

f:id:triadsou:20130124110744p:image

  • theme_wsj (ggthemes)

f:id:triadsou:20130124110753p:image


Kaplan-Meier plot: log-rank p-value and lines at median survival

f:id:triadsou:20130124110746p:image


Scatter plot matrix: stratified plots

f:id:triadsou:20130124110747p:image


Related Posts

To leave a comment for the author, please follow the link and comment on their blog: 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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)