unicol_data {unicol} | R Documentation |
The color palettes of the unicol package
Description
unicol_data
summarizes the color palettes
included in the unicol package
(as a data frame).
Usage
unicol_data
Format
An object of class data.frame
with 269 rows and 4 columns.
Value
A data frame summarizing the unicol color palettes.
See Also
seecol
for viewing and comparing color palettes;
usecol
for using color palettes;
simcol
for finding similar colors;
newpal
for defining new color palettes;
grepal
for finding named colors.
Examples
dim(unicol_data)
head(unicol_data)
# Descriptives:
length(unique(unicol_data$pal)) # number of color palettes
length(unique(unicol_data$inst)) # number of institutions
[Package unicol version 0.3.0 Index]