Skip to content
Prev 171429 / 398506 Next

simple graphing question

If I understand your example correctly, I think you're looking for a
dot-chart like this one from the R Graph Gallery:

http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=150

You'd just need to replace the green/blue circles with X's and O's,
respectively. Provided you reorganize your data the standard dotchart
function should do what you need.  See the code for the chart in the
graph gallery (or here: http://tinyurl.com/dby3jd ).

# David Smith

--
David M Smith <david at revolution-computing.com>
Director of Community, REvolution Computing www.revolution-computing.com
Tel: +1 (206) 577-4778 x3203 (Seattle, USA)
On Mon, Feb 23, 2009 at 12:38 PM, William Deese <williamdeese at gmail.com> wrote: