Message-ID: <x2hdc68rrn.fsf@viggo.kubism.ku.dk>
Date: 2005-09-27T15:17:00Z
From: Peter Dalgaard
Subject: quick "points" question
In-Reply-To: <43395DE6.8070908@mrc-bsu.cam.ac.uk>
Richard Nixon <richard.nixon at mrc-bsu.cam.ac.uk> writes:
> Hi
> Just one of those niggles.......
>
> I've just been trying to plot a filled circle.
> I thought that this would do it
>
> plot(1,1,type="n")
> points(1,1,pch=1,bg="blue",cex=5)
> #bg: background ("fill") color for open plot symbols
>
> But I need to do this instead
> points(1.2,1,pch=19,col="blue",cex=5)
>
> Am I misunderstanding the "bg" option in the points function?
Sort of. The quick answer is: example(points). I think you'll get the
point.
--
O__ ---- Peter Dalgaard ??ster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907