Re: [R] "Longer Dash" using lty

2009-08-13 Thread jim holtman
?par Look at line type specification: Line Type Specification Line types can either be specified by giving an index into a small built-in table of line types (1 = solid, 2 = dashed, etc, see lty above) or directly as the lengths of on/off stretches of line. This is done with a string of an even n

[R] "Longer Dash" using lty

2009-08-13 Thread Jason Rupert
By any chance is there a way to make the lty dashes longer? Ideally it would work kind of like the following: plot(-4:4, -4:4, type = "n") abline(-5,-4:4, lty="dashed") abline(-2,-4:4, lty="longdash") # long dash words (love this) abline(-4:4,-4:4, lty="longerdash") I read the lty documentatio