Displaying 2 results from an estimated 2 matches for "kbw1123".
2012 Jun 11
3
Simple Binning of Values
Hello
I am very new to R. I have an R task to complete that I have not been able to find a straightforward answer to as of yet. I have a list of values. I would like to count the number of values that are in one bin, the number that fall in the next bin, etc.
For example
My input file is: 123 48 342 442 43 232 32 129 191 147
I would like the output to be similar to:
0-100 3
100-200 4
2012 Jul 02
2
Code scatter plot data from matrix with 3rd column
Hello
I am looking for a simple way to plot my data from a matrix (or data frame) using a 3rd column as category to code the data points.
for example:
xyz
543240
104230
15901
203241
25781
3042340
357891
405670
45780
50531
Ideally, I'd like 0 or 1 to correspond to a color but I'd settle for a symbol at this point. I have tried working with pch but can't get it to work.
Thanks
Kat