Self-documenting plots in ggplot2

When I am showing off a plotting technique in ggplot2, I sometimes like to include the R code that produced the plot as part of the plot. Here is an example I made to demonstrate the debug parameter in element_text(): library(ggplot2) self_document( ... Continue reading: Self-documenting plots in ggplot2
http://dlvr.it/SLTWbX

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut