Michael Pearmain wrote:

I'd like to see the function code behind the barplots2() function in the
gplots package, however i come across a bit of a stumbling block of a hidden
function, can anyone help?

library(gplots)
methods(barplot2)
[1] barplot2.default*

   Non-visible functions are asterisked
barplot2
function (height, ...)
UseMethod("barplot2")
<environment: namespace:gplots>

getAnywhere("barplot2.default")

HTH,
Tobias

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to