Skip to content
Prev 69990 / 398506 Next

Drawing a circle

If a solid circle is ok then one can use the symbol pch=19
and blow it up using cex=, e.g.

plot(0, pch=19, cex=5, col="blue")

See balloonplot in package gplots for an example of this.
On 5/19/05, Chuck Cleland <ccleland at optonline.net> wrote: