Skip to content
Prev 301619 / 398503 Next

Simple x,y Plot

On 29.07.2012 17:18, sappy wrote:
As you are german, I suppose you used the comma as decimal separator.
You need to specify that in read.table by dec="," or R won't be able to
parse your numbers.
 daten<-read.table("C:/Users/Robert/Desktop/regen.txt", header=FALSE,dec=",)


Viele Gr??e,
Moritz