| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/ggplot-theme.R |
| \name{scale_colour_ids} |
| \alias{scale_colour_ids} |
| \alias{scale_color_ids} |
| \alias{scale_fill_ids} |
| \title{IDS color and fill scales} |
| \usage{ |
| scale_colour_ids(palette = "default", ...) |
| |
| scale_color_ids(palette = "default", ...) |
| |
| scale_fill_ids(palette = "default", ...) |
| } |
| \arguments{ |
| \item{palette}{A palette function that when called with a single integer |
| argument (the number of levels in the scale) returns the values that they should take.} |
| |
| \item{...}{ |
| Arguments passed on to \code{\link[ggthemes:scale_gdocs]{ggthemes::scale_colour_gdocs}}, \code{\link[ggthemes:scale_gdocs]{ggthemes::scale_colour_gdocs}} |
| \describe{ |
| \item{\code{}}{} |
| }} |
| } |
| \description{ |
| Colour and fill scales which use the palettes in |
| \code{\link{ids_pal}()} and are meant for use with |
| \code{\link{theme_ids}()}. |
| } |
| \concept{colour ids} |