News

#' [`geom_segment()`][ggplot2::geom_segment]. #' @param plot_dendrogram A boolean value indicates whether plot the dendrogram #' tree. #' @param plot_cut_height A boolean value indicates whether plot ...
Creating engaging and accessible data visualizations of high quality in an efficient and preferably reproducible way is an essential tool in a data scientist's toolbox. After completing the course, ...
The ggplot2 package is powerful and almost endlessly customizable, but sometimes small tweaks can be a challenge. The ggtext package aims to simplify styling text on your visualizations. In this ...
Note the column name, mpg, is unquoted. That feature hasn’t been handy, though, if you want to write your own R functions using the tidyverse. That’s because base R functions usually need quoted ...