Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
loon_palette.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/l_ColorList.R
\name{loon_palette}
\alias{loon_palette}
\title{Loon's color generator for creating color palettes}
\usage{
loon_palette(n)
}
\arguments{
\item{n}{number of different colors in the palette}
}
\value{
vector with hex-encoded color values
}
\description{
Loon has a color sequence generator implemented  creates a color
  palettes where the first \code{m} colors of a color palette of size
  \code{m+1} are the same as the colors in a color palette of size \code{m},
  for all positive natural numbers \code{m}. See the details in the
  \code{\link{l_setColorList}} documentation.
}
\examples{
loon_palette(12)
}
\seealso{
\code{\link{l_setColorList}}
}
back to top