[R] plot type any symbols?

2010-01-14 Thread Trafim Vanishek
Dear all, I have a question is there a possibility to plot points with different symbols like stars, crosses? I looked at different types for plot command and didn't find anything like that. Thanks a lot. [[alternative HTML version deleted]]

Re: [R] plot type any symbols?

2010-01-14 Thread Henrique Dallazuanna
See pch argument: plot(1:10, pch = 1:10) On Thu, Jan 14, 2010 at 11:22 AM, Trafim Vanishek rdapam...@gmail.com wrote: Dear all, I have a question is there a possibility to plot points with different symbols like stars, crosses? I looked at different types for plot command and didn't find

Re: [R] plot type any symbols?

2010-01-14 Thread D Kelly O'Day
Trafim Use the pch= argument within plot(). Try ?points to get details. Trafim wrote: Dear all, I have a question is there a possibility to plot points with different symbols like stars, crosses? I looked at different types for plot command and didn't find anything like that.

Re: [R] plot type any symbols?

2010-01-14 Thread Greg Snow
- project.org] On Behalf Of Trafim Vanishek Sent: Thursday, January 14, 2010 6:23 AM To: r-help@r-project.org Subject: [R] plot type any symbols? Dear all, I have a question is there a possibility to plot points with different symbols like stars, crosses? I looked at different types for plot