Message-ID: <20050809054212.GA32339@tpapp.student.princeton.edu>
Date: 2005-08-09T05:42:12Z
From: Tamas K Papp
Subject: use different symbols for frequency in a plot
In-Reply-To: <42F7AFD8.5070807@optonline.net>
On Mon, Aug 08, 2005 at 03:17:44PM -0400, Chuck Cleland wrote:
> You might consider one of these approaches instead:
>
> plot(jitter(x), jitter(y))
>
> or
>
> pdf(file="c:/AlphaExample.pdf", version = "1.4")
>
> plot(x, y, col = rgb(1, 0, 0, .2), pch = 16)
>
> dev.off()
sunflowerplot() is also useful for this (although it won't be as elegant as
the pdf with alpha on screen, it looks better on paper).
Tamas