visualizeR/man/pal_agora.Rd
2022-05-01 11:36:23 +02:00

31 lines
873 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pal_agora.R
\name{pal_agora}
\alias{pal_agora}
\title{Return function to interpolate an AGORA color palette}
\usage{
pal_agora(
palette = "main",
reverse = FALSE,
color_ramp_palette = FALSE,
show_palettes = FALSE,
...
)
}
\arguments{
\item{palette}{Character name of a palette in AGORA palettes}
\item{reverse}{Boolean indicating whether the palette should be reversed}
\item{color_ramp_palette}{Should the output be a `grDevices::colorRampPalette` function or a vector of hex codes? Default to the former with `TRUE`}
\item{show_palettes}{Should the ouput be the set of palettes names to pick from? Default to `FALSE`}
\item{...}{Additional arguments to pass to colorRampPalette()}
}
\value{
A color palette
}
\description{
Return function to interpolate an AGORA color palette
}