Displaying 1 result from an estimated 1 matches for "n3350024".
Did you mean:
350024
2011 Mar 12
2
plot generates graph with coordinantes written over it
Hello R users, Im having this strange problem.
http://r.789695.n4.nabble.com/file/n3350024/bad2.png
I have txt file of this format (X.X, Y.Y - random numbers, ...) with data
points:
nm A nm A nm A
X.X Y.Y X.X XX X.X
X.X Y.Y Y.Y Y.Y Y.Y
My script looks like this:
require(graphics)
require(stats)
par(mfrow=c(1,1))
HMF=read.table("D:/BIOTECHLAB1/DATA-zprac/10mg 1-7cp.txt", hea...