Entering edit mode
11.9 years ago
reachsnygg
•
0
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.