Loading Package "Gplots" In R On Mac
Dear all,
I am new to "R" and learning basics. My "R programme" shows package "gplots" in the package install list. I tried to load it using "library" and "require". In both the cases command seems to be accepted. But once i start to work on " gplots", it says function not found. I did the same on PC, it worked but not on my mac laptop.
Here is the steps i followed.
library(gplots)
> glots(a)
Error: could not find function "glots"
I would be grateful to anyone suggestion.
a million thanks in advance.
• 6,069 views
•
link
0 answers
No answers yet.
Log in to answer this question.
This is not a bioinformatics question and should probably be closed.
Yes, agree this is not a bioinformatics question but a question about an R package. As it might be a version related problem, it is best to ask on an R specific channel or the package maintainer: http://cran.r-project.org/web/packages/gplots/index.html incluing the output of sessionInfo().
Not to mention that the gplots package does not provide a function named gplots() and certainly not one named glots(), which you seem to have mistyped.