/dports/graphics/R-cran-colorspace/colorspace/man/ |
H A D | hclplot.Rd | 2 % 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 D | hcl_palettes.Rd | 266 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 D | demoplot.Rd | 81 \code{\link{specplot}}, \code{\link{hclplot}}
|
H A D | specplot.Rd | 130 \code{\link{hcl_palettes}}, \code{\link{hclplot}}
|
/dports/graphics/R-cran-colorspace/colorspace/tests/Examples/ |
H A D | colorspace-Ex.Rout.save | 605 > 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 D | colorspace.R | 68 hclplot(palette)
|
H A D | colorspace.Rmd | 206 * `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 D | colorspace.Rmd | 206 * `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 D | NAMESPACE | 35 export(hclplot)
|
H A D | MD5 | 18 2c711dbf4f31eb4316c812de21ba09b2 *R/hclplot.R 199 34ff724eb0fec3a10f343dec66598346 *man/hclplot.Rd
|
H A D | NEWS.md | 179 * New function `hclplot()` for visualizing trajectories of color palettes
|
/dports/graphics/R-cran-colorspace/colorspace/R/ |
H A D | demoplot.R | 226 hclplot(x, cex = cex, ...)
|
H A D | hclplot.R | 90 hclplot <- function(x, type = NULL, h = NULL, c = NULL, l = NULL, function
|