geoms. @EvaMaeRey has some really cool stuff to help beginners level up for custom geoms. I might see if I can make something that will always a line label at the end of the line. What would your holiday project look like? @lwpembleton #WeeklyRShareThis week its everything #rstats colour 🎨 based, share your fav palettes, colour functions/pkg, resources, hack or tips etc. Too many from me, but a snapshot:
palette 🎨 the {viridis} collection is often a go to (https://sjmgarnier.github.io/viridis/)
package 📦 multi colour scales {ggnewscale}(https://eliocamp.github.io/ggnewscale/index.html)
resource: coolors for finding new colours and palettes (https://coolors.co/palettes/trending)
hack: colour picker with PowerToys (for those on Windows) https://learn.microsoft.com/en-us/windows/powertoys/color-picker
Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This package also contains ggplot2 bindings for discrete and continuous color and fill scales. A lean version of the package called viridisLite that does not include the ggplot2 bindings can be found at <https://cran.r-project.org/package=viridisLite>.
R-package: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. Perform time series windowing and general grouping and splitting of data. Balance existing g...