Reputation:
Is it possible to tune RCommander to obtain similar graphs as obtained by using ggplot2? Does RCommander use some plotting package like ggplot2 to plot the graph?
I could script in RCommander to use ggplot2 but the whole point behind using RCommander is that I don't want to code in R.
Upvotes: 2
Views: 2692
Reputation: 5351
Have you tried the KMggplot2
plugin for Rcmdr
? Here's a link to the package on CRAN:
http://cran.r-project.org/web/packages/RcmdrPlugin.KMggplot2/
According to its reference manual, KMggplot2
is
is an R Commander plug-in for Kaplan-Meier plots and other plots by using the ggplot2 package in GUI interface.
Upvotes: 1
Reputation: 60984
I know that the deducer GUI has the ability to build ggplot2
plots using the GUI system. This would help you avoid writing code. If you are serious about data analysis, learning to code some R would be very beneficial though.
Upvotes: 1