Link to the D3 random barchart generation : http://bl.ocks.org/meysamabl/a949c2c7876b19723bfa
Link to the web page: Click here
Embedding Bar chart from R:
Embedding R code in Markdown:
Link to the D3 random barchart generation : http://bl.ocks.org/meysamabl/a949c2c7876b19723bfa
Link to the web page: Click here
Embedding Bar chart from R:
Embedding R code in Markdown:
Q1) scatterplot matrix of passing yards, passing TDs, passer rating, rushing yards, and rushing TDs
# read data from csv file
originalData <- read.csv("path/to/passing-stats-2014.csv")
# getting the subset of the data
q1Data <- subset(originalData, select= c(Passing.Yards, Passing.TD, Rate, Rushing.Yards, Rushing.TD))
# generate Scatterplot
pairs(q1Data)Name: Meysam Abolghasemi
Part 1 - Tableau
Comments about working with Tableau:
Graph 1: bar chart of passing yards per player (best displayed as a horizontal bar chart), with conference mapped to color
Name: Meysam Abolghasemi
Three things that I have learnt:
Insight gained: You can easily recognize the connected states and how they are divided into regions by encoding colors.
Insight gained: you can see the state adjacency as well as find the path distance between each node(state).
ReadMe file for VI8
Read me file for VI9