With everything now ready in the right coordinate system, it's now only a matter of setting some options to make the output look acceptable.\r
#+BEGIN_SRC R :session R :results output file graphics :file ../assets/golden_spiral-ggplot-coord-fixed.png :width 800 :height 800 :exports both\r
ggplot(df, aes(x=X1,y=X2)) +\r
With everything now ready in the right coordinate system, it's now only a matter of setting some options to make the output look acceptable.\r
#+BEGIN_SRC R :session R :results output file graphics :file ../assets/golden_spiral-ggplot-coord-fixed.png :width 800 :height 800 :exports both\r
ggplot(df, aes(x=X1,y=X2)) +\r