Easier ggplot with ggcharts in R
ggplot2 is an enormously popular R package, and for good reason: It’s powerful, flexible, and well thought out. But it has a difficult learning curve, and there are people who find some of its functions hard to remember at times. If you want to create a bar chart or line graph that is report-ready right out of the box — quickly, easily, and with fairly intuitive code — ggcharts may be for you. Here’s a quick example. Below is a bar chart of high temperatures in Boston during a recent work week.To read this article in full, please click here
ggplot2 is an enormously popular R package, and for good reason: It’s powerful, flexible, and well thought out. But it has a difficult learning curve, and there are people who find some of its functions hard to remember at times. If you want to create a bar chart or line graph that is report-ready right out of the box — quickly, easily, and with fairly intuitive code — ggcharts may be for you.
Here’s a quick example. Below is a bar chart of high temperatures in Boston during a recent work week.