simple plotting question
Hello Erin, Try this... plot(x, y, type="b", pch=16) Michael
On 13 December 2010 18:11, Erin Hodgess <erinm.hodgess at gmail.com> wrote:
Dear R People: When I plot using type="b", I have circles and lines, which is as it should be. Is there a way to have filled in circles using the type argument, please? ?Or do I need to call the points function also, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.