>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Irene Mantzouni
>> Sent: Friday, May 02, 2008 7:52 AM
>> To: [EMAIL PROTECTED]
>> Subject: [R] points size in plots
>>
>> Dear list,
>>
>>
> To: [EMAIL PROTECTED]
> Subject: [R] points size in plots
>
> Dear list,
>
>
>
> I would like to produce a plot of variables where the size of
> the points will be indicative of their standard errors.
>
> How is that possible?
>
>
>
> Th
Hi Irene,
Assuming you have already calculated the standard errors, something
like the following will work:
library(ggplot2)
qplot(x, y, data=mydataframe, size = se)
Hadley
On Fri, May 2, 2008 at 8:52 AM, Irene Mantzouni <[EMAIL PROTECTED]> wrote:
> Dear list,
>
>
>
> I would like to produce a
Dear list,
I would like to produce a plot of variables where the size of the points
will be indicative of their standard errors.
How is that possible?
Thank you!
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing li
4 matches
Mail list logo