This graphic appeared in social media lot in the last days
I wondered how it would render on polar coordinates. So I made an R script to do so. The script is reusable for other data sources as I show below. So reuse, enjoy, and make useful.
The plotting function
seasonplot <- function(tsdata,maintitle,source,legxleft,legxrigth,legytop,legybottom) {
# drawing paremeters
[…] Continue Reading…