RcmdrPlugin.KMggplot2 package
R Commander Plug-in for Data Visualization with 'ggplot2'
A GUI front-end for 'ggplot2' supports 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")