79397932

Date: 2025-01-29 19:19:51
Score: 1.5
Natty:
Report link

The easiest solution (ggplot2 v3.5.x) is currently:

i <- 'x'
ggplot(data=t, aes(w, {{i}})) + geom_line()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mercurol