try: plot(1:10,pch=1:10,cex=1:10)
pch specifies the types and cex specifies the sizes of symbols. On 1/28/07, vinod gullu <[EMAIL PROTECTED]> wrote: > I want to plot variation of more than one variable in > single plot with different point types and points > sizes . Can someone help me to do that, > > Thanks in advance. > vinod > > > > ____________________________________________________________________________________ > Now that's room service! Choose from over 150,000 hotels > > ______________________________________________ > [email protected] 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. > ______________________________________________ [email protected] 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.
