Heisenberg
Heisenberg

Reputation: 8816

How to use a function in Rcmdr package without loading the GUI?

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

Answers (1)

Heisenberg
Heisenberg

Reputation: 8816

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

library(RcmdrMisc)
# Use plotMeans as normal

Upvotes: 1

Related Questions