Skip to content
Back to formatted view

Raw Message

Message-ID: <1347033870195-4642514.post@n4.nabble.com>
Date: 2012-09-07T16:04:30Z
From: Chris82
Subject: Is something wrong wiht draw.circle()?

Hey R users,

I am a little bit confused.


require(plotrix)

plot(0,xlim=c(-10,10),ylim=c(-10,10),type="n",xlab="",ylab="")
draw.circle(0,0,5)

lines(c(0,0),c(0,5))
lines(c(0,5),c(0,0))


This is not really a circle with a radius of 5.


best regards



--
View this message in context: http://r.789695.n4.nabble.com/Is-something-wrong-wiht-draw-circle-tp4642514.html
Sent from the R help mailing list archive at Nabble.com.