NEWS.md

taylor 3.1.0

New features

Minor improvements and fixed

taylor 3.0.0

Breaking changes

New features

Minor improvements and fixes

taylor 2.0.1

Minor improvements and fixes

taylor 2.0.0

Breaking changes

New features

Minor improvements and fixes

taylor 1.0.0

Breaking changes

```r my_colors <- c(ku_blue = "#0051ba", "firebrick", "#ffc82d") my_palette <- color_palette(my_colors)

# old color_palette(my_palette, n = 10, type = "continuous") color_palette(my_palette, n = 2, type = "discrete")

# new color_palette(my_palette, n = 10) color_palette(my_palette, n = 2) ```

Minor improvements and fixes

r my_colors <- c(ku_blue = "#0051ba", "firebrick", "#ffc82d") color_palette(my_colors)

taylor 0.2.1

taylor 0.2.0



Try the taylor package in your browser

Any scripts or data that you put into this service are public.

taylor documentation built on May 29, 2024, 10 a.m.