# NOT RUN {
# Assign palette to a name.
my_palette <- sanzo.trio("c223")
# Concatenate two trios for a custom six-colored palette.
c207 <- sanzo.trio("c207")
c226 <- sanzo.trio("c226")
custom_six <- c(c207, c226)
# Use with base R.
plot(iris$Sepal.Width,
iris$Sepal.Length,
col = sanzo.trio("c343"))
# For examples of use with ggplot2, see https://github.com/jmaasch/sanzo.
# For examples of use as a gradient, see https://github.com/jmaasch/sanzo.
# }
Run the code above in your browser using DataLab