1

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.

Community
  • 1
  • 1
Heisenberg
  • 8,386
  • 12
  • 53
  • 102

1 Answers1

1

Per @user20650's suggestion, I can do the following:

library(RcmdrMisc)
# Use plotMeans as normal
Heisenberg
  • 8,386
  • 12
  • 53
  • 102