Displaying 1 result from an estimated 1 matches for "tp4638262".
2012 Jul 29
4
Simple x,y Plot
...uot;NA".
Here is my code:
daten<-read.table("C:/Users/Robert/Desktop/regen.txt", header=FALSE,
colClasses=c("real","real"))
x<-daten[,1]
y<-daten[,2]
plot(x,y)
Greetings
--
View this message in context: http://r.789695.n4.nabble.com/Simple-x-y-Plot-tp4638262.html
Sent from the R help mailing list archive at Nabble.com.