Skip to content

Instantly share code, notes, and snippets.

@alanmarazzi
Last active August 2, 2016 09:57
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 alanmarazzi/5b545cc58c59c79d4e24c6a04e068707 to your computer and use it in GitHub Desktop.
Save alanmarazzi/5b545cc58c59c79d4e24c6a04e068707 to your computer and use it in GitHub Desktop.
R_check
# Generate some random number
x <- runif(10)
y <- runif(10)
# Print generated numbers
x
y
# Sum the two vectors
x + y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment