Hacker News new | ask | show | jobs
by vobios 3046 days ago
> less well documented than most R packages

I on the other hand, find most R packages provide barely readable documentation. I can just hope that the vignette exists and actually explains the inputs/outputs.

1 comments

Here it is for one of the most often used functions:

https://www.rdocumentation.org/packages/ggplot2/versions/2.2...

You think this is better than barely readable?

I am looking here and it's great: http://ggplot2.tidyverse.org/reference/aes.html
It is the exact same thing except the examples are run. So ok, it seems some people consider this great documentation.