Re: [R] Datamatrix in R - extracting data from scatterplot

2013-08-16 Thread David Winsemius
On Aug 15, 2013, at 11:45 AM, BoonFei Tan wrote: > Say I have a dataframe for plotting scatterplot. The dataframe would be > organized in the following fashion (in CSV format): > > name ABC EFG132 45256 67 > to, say 200 000 entries > > I am going to first do a scatterplot, after which

[R] Datamatrix in R - extracting data from scatterplot

2013-08-15 Thread BoonFei Tan
Say I have a dataframe for plotting scatterplot. The dataframe would be organized in the following fashion (in CSV format): name ABC EFG132 45256 67 to, say 200 000 entries I am going to first do a scatterplot, after which I am going to subset a portion of the dataset into A using alpha