File: luv_colours.Rd

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{luv_colours}
\alias{luv_colours}
\title{\code{colors()} in Luv space}
\format{
A data frame with 657 observations and 4 variables:
\describe{
\item{L,u,v}{Position in Luv colour space}
\item{col}{Colour name}
}
}
\usage{
luv_colours
}
\description{
All built-in \code{\link[=colors]{colors()}} translated into Luv colour space.
}
\keyword{datasets}