ravi
2012-Aug-25 09:13 UTC
[R] sourcecode for the balloonplot function from the gplots package
Hi, I want to take a look at the sourcecode for balloonplot. I would appreciate it if I could get help on overcoming the following problem :> methods(balloonplot)[1] balloonplot.default* balloonplot.table* ? ? ?Non-visible functions are asterisked> balloonplot.defaultError: object 'balloonplot.default' not found>How do I access the non-visible functions? Thanks, Ravi??
R. Michael Weylandt <michael.weylandt@gmail.com>
2012-Aug-25 16:07 UTC
[R] sourcecode for the balloonplot function from the gplots package
Use getAnywhere() or getS3method(). Michael On Aug 25, 2012, at 4:13 AM, ravi <rv15i at yahoo.se> wrote:> Hi, > I want to take a look at the sourcecode for balloonplot. I would appreciate it if I could get help on overcoming the following problem : > >> methods(balloonplot) > [1] balloonplot.default* balloonplot.table* > > Non-visible functions are asterisked >> balloonplot.default > Error: object 'balloonplot.default' not found >> > How do I access the non-visible functions? > Thanks, > Ravi > > > ______________________________________________ > R-help at 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.