Dr. Bolker thank you for the help. I have figured out how to make this
do what I wanted - re:inline. I wanted to use the pch variable as the
number for the R plotting symbol. I hope that makes more sense.
kindest regards,
Stephen
On Tue 17 Jul 2012 10:31:07 PM CDT, Ben Bolker wrote:
Stephe
Stephen Sefick auburn.edu> writes:
> I'm sorry I didn't give the correct code, or explaination; the
> shape=pch doesn't work anymore. For example this used to work, but no
> longer can accept continuous values:
>
> #example code
> a <- 1:10
> b <- 1:10
> pch <- 1:10
>
> q <- data.frame(a,b
I'm sorry I didn't give the correct code, or explaination; the
shape=pch doesn't work anymore. For example this used to work, but no
longer can accept continuous values:
#example code
a <- 1:10
b <- 1:10
pch <- 1:10
q <- data.frame(a,b,pch)
qplot(a,b, shape=pch)
many thanks,
Stephen Sefic
3 matches
Mail list logo