blob: f45be02db57ab2a3eeb769c7cf6e645dc9ef010b [file] [log] [blame]
Marc Kupietz52144812020-12-14 23:41:56 +01001% 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{
9scale_colour_ids(palette = "default", ...)
10
11scale_color_ids(palette = "default", ...)
12
13scale_fill_ids(palette = "default", ...)
14}
15\arguments{
16\item{palette}{A palette function that when called with a single integer
17argument (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{
26Colour 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}