Tag Archives: Visualization

Wedding Reception Venue thru R

After finding related facts between Jay and me that goes back to ancient times, I moved to learn geocoding and maps visualization in R. Here is how I learnt – Started with loading needed libraries: > library(ggplot2) > library(maps) > … Continue reading

Posted in R | Tagged , , | 4 Comments

Fun with Financials

When there is a need for quick and comprehensive financial data in R, quantmod comes to rescue. It was originally envisioned as a rapid prototyping environment to facilitate quantitative modeling, testing, and trading. Quantmod allows R to read data from … Continue reading

Posted in R | Tagged , , | Leave a comment