[R] Drawing a dotted circle.
Ben Bolker
bbolker at gmail.com
Sat Jan 12 18:02:35 CET 2013
Ved P. Sharma <vedsharma <at> gmail.com> writes:
> I am trying to draw a dotted circle by using symbols command:
>
> symbols(0, 0, circles = 1, inches = FALSE, fg = 'gray', lty=2)
>
> But it gives me a solid line. I was just wondering whether am I making a
> mistake?
>
Works for me (although it's a dashed line; lty=3 gives a dotted
line) on Ubuntu 10.04, R-devel. Results of sessionInfo() please?
More information about the R-help
mailing list