[R][ggplot2][R-bloggers]RcmdrPlugin.KMggplot2_0.0-3 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.


RcmdrPlugin.KMggplot2 (CRAN)


I posted an Rcmdr plug-in for a “ggplot2” GUI front-end on CRAN.

This version supports Kaplan-Meier plot and other plots as follow:

  • Kaplan-Meier plot
    • Show no. at risk on inside
    • Show no. at risk table on outside
  • Histogram
    • Color coding
    • Density estimation
  • Q-Q plot
    • Create plots based on a maximum likelihood estimate for the parameters of the selected theoretical distribution
    • Create plots based on a user-specified theoretical distribution
  • Box plot / Errorbar plot
    • Box plot
    • Mean ± S.D.
    • Mean ± S.D. (Bar plot)
    • 95% Confidence interval (t distribution)
    • 95% Confidence interval (bootstrap)
  • Scatter plot
    • Fitting a linear regression
    • Smoothing with LOESS for small datasets or GAM with a cubic regression basis for large data
  • Scatter plot matrix
    • Fitting a linear regression
    • Smoothing with LOESS for small datasets or GAM with a cubic regression basis for large data
  • Line chart
    • Normal line chart
    • Line char with a step function
    • Area plot
  • Pie chart
  • Bar chart for discrete variables
  • Contour plot
    • Color coding
    • Heat map
  • Distribution plot
    • Normal distribution
    • t distribution
    • Chi-square distribution
    • F distribution
    • Exponential distribution
    • Uniform distribution
    • Beta distribution
    • Cauchy distribution
    • Logistic distribution
    • Log-normal distribution
    • Gamma distribution
    • Weibull distribution
    • Binomial distribution
    • Poisson distribution
    • Geometric distribution
    • Hypergeometric distribution
    • Negative binomial distribution

Menu tree

f:id:triadsou:20110727205609p:image


Kaplan-Meier plot

f:id:triadsou:20110727205610p:image


f:id:triadsou:20110727205611p:image


Histogram

f:id:triadsou:20110727205612p:image


f:id:triadsou:20110727205613p:image


Q-Q plot

f:id:triadsou:20110727205614p:image


f:id:triadsou:20110727205615p:image


Box plot / Errorbar plot

f:id:triadsou:20110727205616p:image


f:id:triadsou:20110727205617p:image


Scatter plot

f:id:triadsou:20110727205618p:image


f:id:triadsou:20110727205619p:image


Scatter plot matrix

f:id:triadsou:20110727205620p:image


f:id:triadsou:20110727205621p:image


Line chart

f:id:triadsou:20110727205622p:image


f:id:triadsou:20110727205623p:image


Pie chart

f:id:triadsou:20110727205624p:image


f:id:triadsou:20110727205625p:image


Bar chart for discrete variables

f:id:triadsou:20110727205626p:image


f:id:triadsou:20110727205627p:image


Contour plot

f:id:triadsou:20110727205628p:image


f:id:triadsou:20110727205629p:image


f:id:triadsou:20110727205630p:image


Distribution plot

f:id:triadsou:20110727205631p:image


f:id:triadsou:20110727205632p:image


f:id:triadsou:20110727205633p:image


f:id:triadsou:20110727205634p:image


f:id:triadsou:20110727205635p:image


f:id:triadsou:20110727205636p:image

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)