## ----fig.width = 7.5, fig.height = 8------------------------------------- library("cetcolor") display_cet_attribute(attribute = "linear") ## ----fig.width = 7.5, fig.height = 5------------------------------------- display_cet_attribute(attribute = "diverging") ## ----fig.width = 7.5, fig.height = 3.25---------------------------------- display_cet_attribute(attribute = "rainbow") ## ----fig.width = 7.5, fig.height = 4------------------------------------- display_cet_attribute(attribute = "cyclic") ## ----fig.width = 7.5, fig.height = 3.25---------------------------------- display_cet_attribute(attribute = "isoluminant") ## ----fig.width = 7.5, fig.height = 12------------------------------------ display_cet_all()