Skip to content

Instantly share code, notes, and snippets.

@cathoderay
Created December 7, 2011 03:31
Show Gist options
  • Save cathoderay/1441320 to your computer and use it in GitHub Desktop.
Save cathoderay/1441320 to your computer and use it in GitHub Desktop.
csv ploting from R
plot(read.csv('file.csv'), type="o", col="blue")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment