search for: explantinv

Displaying 1 result from an estimated 1 matches for "explantinv".

Did you mean: explaning
2012 Feb 24
1
help filtering points from a scatterplot
...alue plotted as a point in that window. I'm attaching what I've been able to plot with ggplot - sorry for the file size. I'd like to be able to plot just the points shaded in blue, for example. Any help is appreciated. Kelly V. Code for the ggplot: > ggplot(chr9, aes(x=Window, y=ExplantInv, colour=ExplantInv))+ + geom_point() + + scale_colour_gradientn(colours=rainbow(4)) Example Data: > head(chr9, n=50) Window Explant ExplantInv 1 168030 0.036590781 0.9634092 2 168031 1.000000000 0.0000000 3 168032 1.000000000 0.0000000 4 168033 1.000000000 0.0000000 5 168034...