Forecasting with R Script: Graph of WHO Flu Data

# flu.R # Original: November 2, 2018 # Last revised: December 3, 2018 ################################################# # Prep: Go to the WHO Flumart website: # http://apps.who.int/flumart/Default?ReportNo=12 # Select Year 2000 Week 1 to current year, week 52. # Save file to the data directory. Change weeks below. ################################################# # Description: # Script parses cvs file and provides … Continue reading Forecasting with R Script: Graph of WHO Flu Data

How the BBC Visual and Data Journalism Team Works With Graphics in R

"Over the past year, data journalists on the BBC Visual and Data Journalism team have fundamentally changed how they produce graphics for publication on the BBC News website. In this post, we explain how and why we have used R’s ggplot2 package to create production-ready charts, document our process and code and share what we … Continue reading How the BBC Visual and Data Journalism Team Works With Graphics in R