diff --git a/pkgdown.yml b/pkgdown.yml index 4f2a52c..feed3d7 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: paper: paper.html -last_built: 2024-10-11T05:57Z +last_built: 2024-10-11T20:59Z urls: reference: https://mtennekes.github.io/cols4all/reference article: https://mtennekes.github.io/cols4all/articles diff --git a/reference/c4a.html b/reference/c4a.html index ffe214f..df575f1 100644 --- a/reference/c4a.html +++ b/reference/c4a.html @@ -103,7 +103,7 @@

Argumentsformat -

format of the colors. One of: "hex" character vector of hex color values, "rgb" 3 column matrix of RGB values, "hcl" 3-column matrix of HCL values, or one of the color classes from colorspace

+

format of the colors. One of: "hex" character vector of hex color values, "rgb" 3 column matrix of RGB values, "hcl" 3-column matrix of HCL values, or one of the color classes from colorspace

nm_invalid
diff --git a/reference/c4a_options.html b/reference/c4a_options.html index 16a8a25..bdf4c01 100644 --- a/reference/c4a_options.html +++ b/reference/c4a_options.html @@ -95,7 +95,7 @@

Examples# - return a distance matrix of n rows (length of pal) and k columns (classes). # It shoud have columns names that correspond to the naming colors (see below). naming_RGB = function(pal) { - cols = colorspace::hex2RGB(pal) + cols = colorspace::hex2RGB(pal) coords = cols@coords cls = apply(coords, MARGIN = 1, which.max)