This is my First Post

01 December 2016

Hello World ===========

Here is my first try at using github pages and rmakrdown to blog some of my work. My first few blog posts are going to be a mess but hopefully over time they will get better :)

Sample Code

R Code

print("Hello World!")

## [1] "Hello World!"

Plot

# Creating a Graph
attach(mtcars)
plot(wt, mpg) 
abline(lm(mpg~wt))
title("Regression of MPG on Weight")

That’s it!



blog comments powered by Disqus