hadley / ggplot2-book

ggplot2: elegant graphics for data analysis
https://ggplot2-book.org/
1.57k stars 684 forks source link

You need to explain that explicitly printing plots inside functions is required and preferably why #382

Open ngnrfsk opened 8 months ago

ngnrfsk commented 8 months ago

Hey,

Please explain need to and reasons for explicit printing of ploits inside functions a lot sooner. Your text here just passes the objects upwards. And curiously, if you try that with a ggmap, that doesn't work at all and you HAVE to print() it.

Thanks.