|
|
|
|
|
by minimaxir
3831 days ago
|
|
ggplot2 is a graphics module, but has shortcuts for common chart applications without having to write the code itself, such as smoothing trend lines. The ggplot2 docs are the best source for determining the scope of the package: http://docs.ggplot2.org/current/ |
|