[R] Scatter plot in R

2011-08-05 Thread Abder-Rahman Ali
Hi, I have 334 records, with two columns: Column (1): Resolution Column (2): Number of images with a specific resolution How can I make a scatter plot in R with this data? Is there a way to *import * the records, since it will be time consuming to enter 334 records? Thanks

Re: [R] Scatter plot in R

2011-08-05 Thread Jannis
PM, Abder-Rahman Ali wrote: Hi, I have 334 records, with two columns: Column (1): Resolution Column (2): Number of images with a specific resolution How can I make a scatter plot in R with this data? Is there a way to *import * the records, since it will be time consuming to enter 334 records