Skip to content
Prev 301620 / 398503 Next

Simple x,y Plot

On 2012-07-29 08:18, sappy wrote:
Why don't you run str(daten) on the data.frame to see what you
actually imported? It's a good idea to always run a str() after
reading data.

And I wouldn't use 'real' as a colClass (although it does have
an 'as' method); I don't see it mentioned on the help page for
read.table.

Peter Ehlers