line chart creation from txt file

R programming language resources Forums Graphing line chart creation from txt file

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1105
    fretagi
    Member

    Hi

    I am new beginner in R, I am trying to create a line chart using txt file, with almost 2000 colums, by doing:

    
    mydata = read.table("filename.txt")
    mydata #to see data
    lines(data)
    plot(mydata)
    

    Burt all I can see is just litle dots??’

    Please can you help?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Scroll to top
Privacy Policy