McClatchie, Sam (PIRSA-SARDI)
2005-Nov-01 06:30 UTC
[R] balloonplot/ package gplots/ getting rid of the grid
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><<
Gabor Grothendieck
2005-Nov-01 07:02 UTC
[R] balloonplot/ package gplots/ getting rid of the grid
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:> 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><< > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >