Skip to content

Instantly share code, notes, and snippets.

@davidcoallier
Created March 27, 2012 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcoallier/2218663 to your computer and use it in GitHub Desktop.
Save davidcoallier/2218663 to your computer and use it in GitHub Desktop.
> x <- c(1,3,6,9,12)
> y <- c(1.5,2,7,8,15)
> plot(x,y)
*** caught segfault ***
address 0x0, cause 'memory not mapped'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment