Displaying 2 results from an estimated 2 matches for "216520_s_at".
Did you mean:
216512_s_at
2012 Nov 21
0
Lattice and a color problem
...or. Can anybody explain me, why it is not possible to get the blue color only in the rows where "blue" is indicated?
Glad to hear from you.
All the best
Peter
#### DATA#####
Var1 Var2 Freq
208869_s_at JT 10.6802376685463
203394_s_at JT 10.0160470327077
201533_at JT 9.58401500697783
216520_s_at JT 9.07764840614892
210999_s_at JT 9.00219110130877
212284_x_at JT 8.62193952504277
203752_s_at JT 8.69193736253539
203574_at JT 8.41492571590263
219629_at JT 8.19111292436667
201473_at JT 8.035082989931
210592_s_at JT 8.00639829720742
200768_s_at JT 7.88012483915651
201565_s_at JT 7.89885432096935...
2012 Nov 22
1
ggplot2 and the legend
...)
plot(p3)
#### THE DATA #
#class(DATA) = data.frame
#class(DATA$Var1) = class(DATA$Var2) = factor
#class(DATA$Freq) = numeric
#class(DATA$col) = character
Var1 Var2 Freq col
1 208869_s_at JT 10.6802376685463 blue
2 203394_s_at JT 10.0160470327077 blue
3 201533_at JT 9.58401500697783 blue
4 216520_s_at JT 9.07764840614892 blue
5 210999_s_at JT 9.00219110130877 green
6 212284_x_at JT 8.62193952504277 blue
7 203752_s_at JT 8.69193736253539 green
8 203574_at JT 8.41492571590263 blue
9 219629_at JT 8.19111292436667 blue
10 201473_at JT 8.035082989931 green
11 210592_s_at JT 8.00639829720742 green
12...