Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/ggplot-theme.R |
| 3 | \name{scale_colour_ids} |
| 4 | \alias{scale_colour_ids} |
| 5 | \alias{scale_color_ids} |
| 6 | \alias{scale_fill_ids} |
| 7 | \title{IDS color and fill scales} |
| 8 | \usage{ |
| 9 | scale_colour_ids(palette = "default", ...) |
| 10 | |
| 11 | scale_color_ids(palette = "default", ...) |
| 12 | |
| 13 | scale_fill_ids(palette = "default", ...) |
| 14 | } |
| 15 | \arguments{ |
| 16 | \item{palette}{A palette function that when called with a single integer |
| 17 | argument (the number of levels in the scale) returns the values that they should take.} |
| 18 | |
| 19 | \item{...}{ |
| 20 | Arguments passed on to \code{\link[ggthemes:scale_gdocs]{ggthemes::scale_colour_gdocs}}, \code{\link[ggthemes:scale_gdocs]{ggthemes::scale_colour_gdocs}} |
| 21 | \describe{ |
| 22 | \item{\code{}}{} |
| 23 | }} |
| 24 | } |
| 25 | \description{ |
| 26 | Colour and fill scales which use the palettes in |
| 27 | \code{\link{ids_pal}()} and are meant for use with |
| 28 | \code{\link{theme_ids}()}. |
| 29 | } |
| 30 | \concept{colour ids} |