BLOG RSS
- Follow My Data Experiments on WordPress.com
-
Disclaimer
The postings on this site are my own and do not necessarily represent the opinions of CapTech Ventures, Inc.-
Recent Posts
Categories
Links
Mercy’s Tweets
My TweetsArchives
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
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