Skip to contents

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)
#> [1] 269   4
head(unicol_data)
#>                       inst                       inst_alt
#> 1         Aalto University           Aalto Yliopisto / AU
#> 2         Aalto University           Aalto Yliopisto / AU
#> 3        Aarhus University        Aarhus Universitet / AU
#> 4   Aberystwyth University          Prifysgol Aberystwyth
#> 5   Aberystwyth University          Prifysgol Aberystwyth
#> 6 Arizona State University Arizona State University / ASU
#>                       url           pal
#> 1 https://www.aalto.fi/fi       aalto_1
#> 2 https://www.aalto.fi/fi       aalto_2
#> 3       https://www.au.dk        aarhus
#> 4  https://aber.ac.uk/en/ aberystwyth_1
#> 5  https://aber.ac.uk/en/ aberystwyth_2
#> 6     https://www.asu.edu         asu_1

# Descriptives: 
length(unique(unicol_data$pal))   # number of color palettes
#> [1] 269
length(unique(unicol_data$inst))  # number of institutions
#> [1] 116