Xin
2008-Apr-14 19:44 UTC
[R] how to add different type of lines (short dash, long dash) into current plot)
Dear I try to add three different lines (solid, short dash, long dash) in to current barplot. I saw there are types of lines ("p","b", ect). However, they are not what I request. Has nayone have this experience? Many Thanks! Xin [[alternative HTML version deleted]]
Henrique Dallazuanna
2008-Apr-14 19:54 UTC
[R] how to add different type of lines (short dash, long dash) into current plot)
See matplot function On Mon, Apr 14, 2008 at 4:44 PM, Xin <jasonshi510@hotmail.com> wrote:> Dear > > I try to add three different lines (solid, short dash, long dash) in to > current barplot. I saw there are types of lines ("p","b", ect). However, > they are not what I request. Has nayone have this experience? > > Many Thanks! > > Xin > [[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. >-- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
Greg Snow
2008-Apr-14 20:59 UTC
[R] how to add different type of lines (short dash, long dash) into current plot)
The "type" argument to plotting functions determines the type of plot (plot lines or points or both or ...). To specify the type of line you need to use the "lty" argument. See the help page for "par" (?par) for details on the types of line you can use (also "lwd" is the width of the lines). But you should note that the human eye is drawn to contrasts and therefore using dashed and dotted lines will sometimes distract the viewer or require more work to understand the main points of the plot. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org (801) 408-8111> -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Xin > Sent: Monday, April 14, 2008 1:45 PM > To: R-Help > Subject: [R] how to add different type of lines (short > dash,long dash) into current plot) > > Dear > > I try to add three different lines (solid, short dash, > long dash) in to current barplot. I saw there are types of > lines ("p","b", ect). However, they are not what I request. > Has nayone have this experience? > > Many Thanks! > > Xin > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >
Philipp Pagel
2008-Apr-14 20:59 UTC
[R] how to add different type of lines (short dash, long dash) into current plot)
> I try to add three different lines (solid, short dash, long dash) > in to current barplot.Have a look at the lty parameter. It's documented in ?par. If I understand your question correctly, you may also be interested in segments() to actually draw the lines (or maybe abline()). cu Philipp -- Dr. Philipp Pagel Tel. +49-8161-71 2131 Lehrstuhl f?r Genomorientierte Bioinformatik Fax. +49-8161-71 2186 Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan 85350 Freising, Germany and Institut f?r Bioinformatik und Systembiologie / MIPS Helmholtz Zentrum M?nchen - Deutsches Forschungszentrum f?r Gesundheit und Umwelt Ingolst?dter Landstrasse 1 85764 Neuherberg, Germany http://mips.gsf.de/staff/pagel