Re: [R] Display of data points in the Scatterplot

2012-12-22 Thread Peter Ehlers
On 2012-12-19 12:31, David Winsemius wrote: On Dec 19, 2012, at 11:28 AM, Katherine Gobin wrote: Respected R forum I am learning R and relatively quite new to R. I am generating a scatter-plot as given below. (My actual table is much larger). # Sample data frame y = c(20, 23, 17, 31,

[R] Display of data points in the Scatterplot

2012-12-19 Thread Katherine Gobin
Respected R forum I am learning R and relatively quite new to R. I am generating a scatter-plot as given below. (My actual table is much larger). # Sample data frame y = c(20, 23, 17, 31, 68) x = c(200, 300, 400, 500, 600) plot(x, y, type = 'l') If I plot this scatter-plot in excel, the

Re: [R] Display of data points in the Scatterplot

2012-12-19 Thread David Winsemius
On Dec 19, 2012, at 11:28 AM, Katherine Gobin wrote: Respected R forum I am learning R and relatively quite new to R. I am generating a scatter-plot as given below. (My actual table is much larger). # Sample data frame y = c(20, 23, 17, 31, 68) x = c(200, 300, 400, 500, 600)