Last active
August 2, 2016 09:57
-
-
Save alanmarazzi/5b545cc58c59c79d4e24c6a04e068707 to your computer and use it in GitHub Desktop.
R_check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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