Hi All, Does somebody know how to know the detail of the line types? For example, lty = 1, means what kind of line?, lty = 2, means what kind of line? Thanks. HXD [[alternative HTML version deleted]]
See ?par Best, Jorge On Thu, Apr 21, 2011 at 12:22 PM, Hui Du <> wrote:> Hi All, > > > Does somebody know how to know the detail of the line types? > For example, lty = 1, means what kind of line?, lty = 2, means what kind of > line? > > > Thanks. > > HXD > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
http://www.google.com/url?sa=t&rct=j&q=lty+in+r+line+types&source=web&cd=1&ved=0CFQQFjAA&url=http%3A%2F%2Fstudents.washington.edu%2Fmclarkso%2Fdocuments%2Fline%2520styles%2520Ver2.pdf&ei=HYgfUMPgGYLJrQfWjIGYBw&usg=AFQjCNGL8xBzLN2je0RQFc5e8Hk5eRnS9Q -- View this message in context: http://r.789695.n4.nabble.com/line-type-lty-tp3466345p4639258.html Sent from the R help mailing list archive at Nabble.com.
lty =1 denotes the single continuous line lty = 2 denotes the broken line lty = 3 dotted line -- View this message in context: http://r.789695.n4.nabble.com/line-type-lty-tp3466345p4639365.html Sent from the R help mailing list archive at Nabble.com.