Dear Amir,

There are a couple of panel functions in loa, a package of lattice add-ins, 
that might be of help:
 
require(loa)
# Use a subsample of lat.lon.meuse dataset in loa
temp <- lat.lon.meuse[sample(1:155, 15),]
# plot Cu/Pb/Zn pie plots at sampling locations 
loaPlot(copper+lead+zinc~longitude*latitude, panel=panel.zcasePiePlot, 
data=temp)
# then rescale smaller pie segments on the fly
loaPlot(copper*10+lead*4+zinc~longitude*latitude, panel=panel.zcasePiePlot, 
data=temp)

Best Wishes,

Karl

------------------------------

Message: 5
Date: Sat, 14 Jun 2014 13:03:21 -0700 (PDT)
From: Agony <agony_...@yahoo.com>
To: r-help@r-project.org
Subject: [R] How to draw Bubble chart with mini pie charts as bubbles
        in R
Message-ID:
        <1402776201.7516.yahoomailba...@web120401.mail.ne1.yahoo.com>
Content-Type: text/plain; charset=us-ascii

Dear all,
Good day!

Could anybody help me how to draw a bubble chart with mini pie charts as 
bubbles in R ?
Introducing any experiences, books, booklet or source code will appreciated.

Bunch of thanks.

Best,
Amir
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to