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
l_getColorList.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/l_ColorList.R
\name{l_getColorList}
\alias{l_getColorList}
\title{Get loon's color mapping list}
\usage{
l_getColorList()
}
\value{
a vector with hex-encoded colors
}
\description{
The color mapping list is used by loon to convert nominal values
  to color values, see the documentation for \code{\link{l_setColorList}}.
}
\seealso{
\code{\link{l_setColorList}}
}
back to top