All examples By author By category About

surabhishankar

Information Visualization Implementation (VI1)

Name: Surbhi Shankar UIN: 01012632

Working through the examples from Scott Murray's tutorial at http://alignedleft.com/tutorials/d3/

Built with blockbuilder.org

Image and code from http://www.harding.edu/fmccown/r/

Embedding an image in Markdown:

R image

Embedding R code in Markdown:

dataset <- c(25, 18, 14, 2, 10, 15, 20, 10, 12, 7, 5, 26, 11, 8, 5, 25, 14, 23, 19,
                14, 11, 4, 7, 11, 23, 12, 7, 18, 10,
                4, 8, 25, 9, 3)
barplot(dataset, col="red")