Displaying 2 results from an estimated 2 matches for "rplots_2".
Did you mean:
rplots
2009 May 27
5
r-plot
Dear R-community
I have a grueling problem which appears to be impossible to solve:
I want to make a simple plot, here is my code: http://gist.github.com/118550
Unfortunately, the annotation of both the x- and y-axis are not correct, as
you can see in the following picture:
http://www.nabble.com/file/p23739356/plot.png
I am not an expert of R, so maybe someone can point me to the solution of
2009 Jun 01
1
installing sn package
...=0.35,seq(-0.1,0.5,by=0.1))
box()
abline(lm(data_corr[,2]~data_corr[,1]))
It works for the y-axis, but unfortunately, the x-axis is still not working:
It starts at 0 and end at 0.4, but it should start at -0.1, as mentioned in
the code (cf picture) :confused:
http://www.nabble.com/file/p23742121/Rplots_2.png
--
View this message in context: http://www.nabble.com/r-plot-tp23739356p23742121.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 81
Date: Wed, 27 May 2009 19:13:14 +0200
From: "Roland Chariatte" <info@rcline.ch>
Subje...