Home
last modified time | relevance | path

Searched refs:hclplot (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/R-cran-colorspace/colorspace/man/
H A Dhclplot.Rd2 % Please edit documentation in R/hclplot.R
3 \name{hclplot}
4 \alias{hclplot}
7 hclplot(
60 The function \code{hclplot} is an auxiliary function for illustrating
67 The function \code{hclplot} has been designed to work well with the
80 \code{hclplot} shows a chroma-luminance plane, keeping hue at a fixed
96 hclplot(qualitative_hcl(9, c = 50, l = 70))
99 hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1))
100 hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1.5))
[all …]
H A Dhcl_palettes.Rd266 hclplot(qualitative_hcl(9, c = 50, l = 70))
269 hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1))
270 hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1.5))
274 hclplot(sequential_hcl(7, h = 245, c = c(40, 75, 0), l = c(30, 95), power = 1))
275 hclplot(sequential_hcl(7, h = 245, c = c(40, 75, 0), l = c(30, 95), power = c(0.8, 1.4)))
279 hclplot(sequential_hcl(7, h = c(260, 220), c = c(50, 75, 0), l = c(30, 95), power = 1))
280 hclplot(sequential_hcl(7, h = c(260, 60), c = 60, l = c(40, 95), power = 1))
284 hclplot(diverging_hcl(7, h = c(260, 0), c = 80, l = c(35, 95), power = 1))
H A Ddemoplot.Rd81 \code{\link{specplot}}, \code{\link{hclplot}}
H A Dspecplot.Rd130 \code{\link{hcl_palettes}}, \code{\link{hclplot}}
/dports/graphics/R-cran-colorspace/colorspace/tests/Examples/
H A Dcolorspace-Ex.Rout.save605 > hclplot(qualitative_hcl(9, c = 50, l = 70))
608 > hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1))
609 > hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1.5))
623 > hclplot(diverging_hcl(7, h = c(260, 0), c = 80, l = c(35, 95), power = 1))
641 > nameEx("hclplot")
642 > ### * hclplot
646 > ### Name: hclplot
648 > ### Aliases: hclplot
654 > hclplot(qualitative_hcl(9, c = 50, l = 70))
657 > hclplot(sequential_hcl(7, h = 260, c = 80, l = c(35, 95), power = 1))
[all …]
/dports/graphics/R-cran-colorspace/colorspace/inst/doc/
H A Dcolorspace.R68 hclplot(palette)
H A Dcolorspace.Rmd206 * `hclplot()` converts the colors of a palette to the corresponding hue/chroma/luminance
216 hclplot(q4)
225 hclplot(palette)
252 hclplot(s9)
/dports/graphics/R-cran-colorspace/colorspace/vignettes/
H A Dcolorspace.Rmd206 * `hclplot()` converts the colors of a palette to the corresponding hue/chroma/luminance
216 hclplot(q4)
225 hclplot(palette)
252 hclplot(s9)
/dports/graphics/R-cran-colorspace/colorspace/
H A DNAMESPACE35 export(hclplot)
H A DMD518 2c711dbf4f31eb4316c812de21ba09b2 *R/hclplot.R
199 34ff724eb0fec3a10f343dec66598346 *man/hclplot.Rd
H A DNEWS.md179 * New function `hclplot()` for visualizing trajectories of color palettes
/dports/graphics/R-cran-colorspace/colorspace/R/
H A Ddemoplot.R226 hclplot(x, cex = cex, ...)
H A Dhclplot.R90 hclplot <- function(x, type = NULL, h = NULL, c = NULL, l = NULL, function