Hi
Georg Ehret wrote:
> Dear R user group,
> I wish to plot small pie-charts to specific coordinates in a e.g.
> scatter-plot:
>
> E.g.:
>> plot(rnorm(100),rnorm(100))
>> points(1,1,col="red",cex=4)
> -> I wish to put pie(c(2,3)) at the position of the red circle...
>
> How can I do this e
On Sun, May 4, 2008 at 2:30 PM, Georg Ehret <[EMAIL PROTECTED]> wrote:
> Dear R user group,
> I wish to plot small pie-charts to specific coordinates in a e.g.
> scatter-plot:
>
> E.g.:
> > plot(rnorm(100),rnorm(100))
> > points(1,1,col="red",cex=4)
> -> I wish to put pie(c(2,3)) at the p
Dear R user group,
I wish to plot small pie-charts to specific coordinates in a e.g.
scatter-plot:
E.g.:
> plot(rnorm(100),rnorm(100))
> points(1,1,col="red",cex=4)
-> I wish to put pie(c(2,3)) at the position of the red circle...
How can I do this efficiently?
Thanking you and wishing you
3 matches
Mail list logo