RcmdrPlugin.KMggplot2 package
An Rcmdr Plug-in for Kaplan-Meier Plots and Other Plots by Using the ggplot2 Package
A GUI front-end for ggplot2 allows Kaplan-Meier plot, histogram, Q-Q plot, box plot, errorbar plot, scatter plot, line chart, pie chart, bar chart, contour plot, and distribution plot.
Installation
Get the released version from CRAN:
install.packages("RcmdrPlugin.KMggplot2")
Or the development version from github:
# install.packages("devtools")
devtools::install_github("triadsou/RcmdrPlugin.KMggplot2")