Skip to content

bubble(circle) plot help.

4 messages · Wen Gu, Roy Mendelssohn - NOAA Federal, Yihui Xie

#
?symbols

use the argument "circles"
On Sat, Sep 13, 2008 at 11:35 AM, Wen Gu <edwardg22486 at hotmail.com> wrote:

  
    
#
Hi:
On Sep 12, 2008, at 8:35 PM, Wen Gu wrote:

            
I believe it is part of Rmetrics, see http://www.rmetrics.org/docs/DocRefcard.pdf

HTH,

-Roy

**********************
"The contents of this message do not reflect any position of the U.S.  
Government or NOAA."
**********************
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097

e-mail: Roy.Mendelssohn at noaa.gov (Note new e-mail address)
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
#
The function symbols() is in the package 'graphics', so you don't need
any add-on packages.

For example:

# similar code to the example you mentioned
set.seed(1)
symbols(x = rnorm(50), y = rnorm(50), circles = abs(rnorm(50)),
    main = "Circles Plot")

Yihui
On Sat, Sep 13, 2008 at 11:48 AM, Wen Gu <edwardg22486 at hotmail.com> wrote: