Recently Published
Montgomery County Crime Data Feedback
I was asked to participate in a feedback forum for open crime data released by Montgomery County, MD. In order to gather my thoughts and illustrate my points, I put together an R Markdown document.
Coursera Data Science Specialization Capstone Project - Milestone Report 1
This document is my submission for the first milestone report for the Coursera Data Science Specialization Capstone Project.
Introduction to R Markdown
I was asked to give a 2-hour introduction to R Markdown for my colleagues at work. This document presents the content of my slides with some extra explanation. The intention is to provide a broad overview so people can decide whether it would be useful for them to learn more.
Creating a Treemap in R
This document describes how to create a treemap in R using the treemap package. A treemap is similar to a pie chart in that it visually displays proportions by varying the area of a shape.
Creating Word Clouds in R
This document describes how to create three types of word clouds; a simple word cloud, a comparison cloud, and a commonality cloud using the tm and wordcloud packages.
Creating a Network Plot in R
This document describes how to build circular network analysis visualizations using three R packages; igraph, circlize, and edgebundleR.