[R] sourcecode for the balloonplot function from the gplots package

2012-08-25 Thread ravi
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

Re: [R] sourcecode for the balloonplot function from the gplots package

2012-08-25 Thread R. Michael Weylandt michael.weyla...@gmail.com
Use getAnywhere() or getS3method(). Michael On Aug 25, 2012, at 4:13 AM, ravi rv...@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*

Re: [R] sourcecode for the balloonplot function from the gplots package

2012-08-25 Thread Noia Raindrops
Use triple colon operator: gplots:::balloonplot.default -- Noia Raindrops noia.raindr...@gmail.com __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] sourcecode for the balloonplot function from the gplots package

2012-08-25 Thread Peter Ehlers
On 2012-08-25 09:30, Noia Raindrops wrote: Use triple colon operator: gplots:::balloonplot.default To the OP: You'll probably find it easier to decipher the code if you have access to the included comments. For that, download the source file (gplots_2.11.0.tar.gz) from CRAN and unzip with