Re: [R] simple plotting question

2010-12-13 Thread Anthony Damico
to add to Michael's response: http://www.statmethods.net/advgraphs/parameters.html On Mon, Dec 13, 2010 at 2:23 AM, Michael Bedward wrote: > Hello Erin, > > Try this... > > plot(x, y, type="b", pch=16) > > Michael > > On 13 December 2010 18:11, Erin Hodgess wrote: >> Dear R People: >> >> When

Re: [R] simple plotting question

2010-12-12 Thread Michael Bedward
Hello Erin, Try this... plot(x, y, type="b", pch=16) Michael On 13 December 2010 18:11, Erin Hodgess 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?  O

[R] simple plotting question

2010-12-12 Thread Erin Hodgess
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 Compu

Re: [R] Simple plotting question

2008-10-27 Thread Greg Snow
ermountain Healthcare [EMAIL PROTECTED] 801.408.8111 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of mcolaco > Sent: Monday, October 27, 2008 4:40 PM > To: r-help@r-project.org > Subject: [R] Simple plotting question >

[R] Simple plotting question

2008-10-27 Thread mcolaco
I'm trying to make a plot very similar to a forest plot, with points of different sizes with means, standard deviations, and a reference line. However, instead of using the standard deviations to determine the size of the data points, I would like to choose my own weightings. It seems like it sh