Skip to content
Back to formatted view

Raw Message

Message-ID: <20111114095752.167550@gmx.net>
Date: 2011-11-14T09:57:52Z
From: Matthias Gondan
Subject: arrow egdes and lty

Dear R developers,

I want to draw an arrow in a figure with lty=2. The
lty argument also affects the edge of the arrow, which is 
unfortunate. Feature or bug?

Is there some way to draw an arrow with intact edge, still
with lty=2?

Example code:

plot(1:10)
arrows(4, 5, 6, 7, lty=2)

Best wishes,

Matthias
--