search for: absciss

Displaying 3 results from an estimated 3 matches for "absciss".

Did you mean: abscisas
2010 Mar 25
3
Absolutely No idea how to plot my Spatial Data
Hi, I have a data set of points which are represented by 3 variables x,y,z where x is the position of the point on the x-absciss and y on the y-absciss. Each of my points has a value z, which I want to be displayed as follows: the more z is high, the more the color on the map is dark. How can I achieve this ? Thanks for your help -- View this message in context: http://n4.nabble.com/Absolutely-No-idea-how-to-plot-my-Sp...
2000 Apr 06
1
boxplot question
Hi, Can anyone tel me how to plot two boxplot at the same abscisse value ? Because I want to compare the discrimination of two different biological methods of the same data. Thanks Christine -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...
2009 Mar 12
0
problem with 'abline' in a regression with repeated measures
...rtical=T, pch=20) > lines (1:5, ym, type="b", pch=4, cex=2, lty=2) > abline(model1)        ## I don't understand why it doesn't work ; neither do abline(coef(model1) or abline(92,45) ## It usually works on any regression, but stripchart maybe is a special plot ; I suspect an absciss misunderstanding by abline... Thanks for any help. I simulated this data set : lx lxf y -0,9 -0,9 47 -0,9 -0,9 41 -0,9 -0,9 44 -0,9 -0,9 38 -0,9 -0,9 45 -0,6 -0,6 58 -0,6 -0,6 63 -0,6 -0,6 58 -0,6 -0,6 58 -0,6 -0,6 66 -0,3 -0,3 78 -0,3 -0,3 79 -0,3 -0,3 78 -0,3 -0,3 77 -0,3 -0,3 7...