Reputation: 8816
I only want to use the plotMeans
functions in Rcmdr
, but whenever I load the library the Rcmdr GUI springs up as well. Is there a way not to do this?
This question indicates that I can't use plotMeans
without loading Rcmdr
.
Upvotes: 1
Views: 158
Reputation: 8816
Per @user20650's suggestion, I can do the following:
library(RcmdrMisc)
# Use plotMeans as normal
Upvotes: 1