Menu Home

Flight Maps in R

We all know the route maps shown by airlines and the news, those arched lines connecting two points on a map to visualize the path a plane is traveling.  Well, how cool would it be if you could do that with the places you have flown?  These maps are not […]

Handling NA’s In R

Unless you are working with perfect data you will run into missing values.  These absent data points are often the bane of the data analyst, as many algorithms do not play nicely with NA’s.  Luckily, R presents us with many options for identifying, reformatting, omitting, and even replacing missing values […]