Skip to content
Prev 178933 / 398506 Next

Curved arrows

On Thu, Apr 30, 2009 at 2:37 PM, <p.s.chatfield at rdg.ac.uk> wrote:
That is strange, why not?
Exactly like this, but the function is not exported, and you need the
'curved' argument:

plot(3,5)
igraph:::igraph.Arrows(3,4,4,5)
igraph:::igraph.Arrows(3,4,4,5, curved=TRUE)
igraph:::igraph.Arrows(3,4,4,5, curved=-0.5)
igraph:::igraph.Arrows(3,4,4,5, curved=-1)
igraph:::igraph.Arrows(3,4,4,5, curved=1)

You need igraph version 0.5.2 for this I think. Type
head(igraph:::igraph.Arrows)
to see the other arguments to play with.

Gabor

  
    
Message-ID: <d70c15d40904300544t571393b6p28cc8e307ece214f@mail.gmail.com>
In-Reply-To: <11357912.1412831241095021673.JavaMail.nabble@isper.nabble.com>