Skip to content

balloonplot/ package gplots/ getting rid of the grid

2 messages · McClatchie, Sam (PIRSA-SARDI), Gabor Grothendieck

#
Background:
OS: Linux Mandrake 10.1
release: R 2.1.1
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------

Colleagues

Does anyone know how to get rid of the grid in balloonplot? I have read the
help file.

tt <- seq(1,10)
tt2 <- tt+20
tt3 <-tt*1.5
balloonplot(tt, tt2, tt3)

I have a matrix of 278 * 278 and the grid makes the plot opaque.

Thanks, 

Sam
----
Sam McClatchie,
Biological oceanography 
South Australian Aquatic Sciences Centre
PO Box 120, Henley Beach 5022
Adelaide, South Australia
email <mcclatchie.sam at saugov.sa.gov.au>
Cellular: 0431 304 497 
Telephone: (61-8) 8207 5448
FAX: (61-8) 8207 5481
Research home page <http://www.members.iinet.net.au/~s.mcclatchie/>
  
                   /\
      ...>><xX(??> 
                //// \\\\
                   <??)Xx><<
              /////  \\\\\\
                        ><(((??> 
  >><(((??>   ...>><xX(??>O<??)Xx><<
#
Get the gplots:::balloonplot.default source and remove
the two abline lines.

On 11/1/05, McClatchie, Sam (PIRSA-SARDI)
<mcclatchie.sam at saugov.sa.gov.au> wrote: