# NOT RUN {
library(scales)
# Paul Tol's colour schemes
## Qualitative data
show_col(colour("bright")(7))
show_col(colour("vibrant")(7))
show_col(colour("muted")(9))
show_col(colour("light")(9))
show_col(colour("rainbow")(14))
show_col(colour("rainbow")(23))
## Diverging data
show_col(colour("sunset")(11))
show_col(colour("BuRd")(9))
show_col(colour("PRGn")(9))
## Sequential data
show_col(colour("YlOrBr")(9))
show_col(colour("smooth rainbow")(34))
# Scientific colour schemes
## Geologic Timescale
show_col(colour("stratigraphy")(175))
## FAO soil reference groups
show_col(colour("soil")(24))
# }
Run the code above in your browser using DataLab