For everything from styling text and customizing color palettes to creating your own geoms, these ggplot2 add-ons deserve a place in your R data visualization toolkit. Plus, a bonus list of packages ...
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http ...
The site is in docs so it works with GitHub pages. To build the site, run just build_site (or simply dune build --profile=release). In particular, this will ensure you have the pinned version of vg, ...
The abline() function is a base R function that allows you to add a straight line to an existing plot. You can specify the slope and intercept of the line, or use a linear model object as an argument.