[Rd] plot() with type="s" and lty=2 (PR#2630)

jerome at hivnet.ubc.ca jerome at hivnet.ubc.ca
Wed Mar 12 23:36:00 MET 2003


Full_Name: Jerome Asselin
Version: 1.6.2
OS: RedHat Linux 7.2
Submission from: (NULL) (142.103.173.179)



In the following example, the line type lty=2 does not show properly
across the entire line.

x <- c(seq(0,.5,.001),seq(.6,1,.1))
y <- rep(1,length(x))
plot(x,y,type="s",lty=2)

Sincerely,
Jerome Asselin



More information about the R-devel mailing list