[R] hide solid lines in symbols

Jens Schmidt schmidtj at rcs.urz.tu-dresden.de
Tue Sep 19 15:19:51 CEST 2000


On 19 Sep 2000, Peter Dalgaard BSA wrote:

> Jens Schmidt <schmidtj at Rcs1.urz.tu-dresden.de> writes:
> 
> > Is it possible creating line plots with symbols so, that the solid line
> > doesn't appear in the symbol background. When I fill the symbols with
[...]
> Like this
> plot(1:5,type="o",pch=21,bg="white")
Exactly this, thanks. It's quite simple. I think it was a kind of
beginner's confusion:

I always did
plot(1:5,type="n");points(1:5,pch=22,bg="white");lines(1:5,lty=1)
instaed of
plot(1:5,type="n");lines(1:5,lty=1);points(1:5,pch=22,bg="white")

Jens

--
Jens Schmidt                    TU Dresden -Inst. f. Hydrobiologie-
Tel. +49-(0)351-463-6915        Mommsenstrasse 13
Fax  +49-(0)351-463-7108        01062 Dresden


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list