Skip to content

sourcecode for the balloonplot function from the gplots package

4 messages · ravi, michael.weylandt at gmail.com (R. Michael Weylandt, Noia Raindrops +1 more

#
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 :
[1] balloonplot.default* balloonplot.table* ?

? ?Non-visible functions are asterisked
Error: object 'balloonplot.default' not found
How do I access the non-visible functions?
Thanks,
Ravi??
Use getAnywhere() or getS3method(). 

Michael
On Aug 25, 2012, at 4:13 AM, ravi <rv15i at yahoo.se> wrote:

            
#
Use triple colon operator:

gplots:::balloonplot.default
#
On 2012-08-25 09:30, Noia Raindrops wrote:
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
your favourite decompression utility.

Peter Ehlers