https://github.com/cran/colorspace
Raw File
Tip revision: 7813c79fbf58a2178507bd120f4e31726505e9da authored by Achim Zeileis on 03 March 2015, 00:00:00 UTC
version 1.2-5
Tip revision: 7813c79
DESCRIPTION
Package: colorspace
Version: 1.2-5
Date: 2015-03-03
Title: Color Space Manipulation
Authors@R: c(person(given = "Ross", family = "Ihaka", role = "aut", email = "ihaka@stat.auckland.ac.nz"),
             person(given = "Paul", family = "Murrell", role = "aut", email = "paul@stat.auckland.ac.nz"),
             person(given = "Kurt", family = "Hornik", role = "aut", email = "Kurt.Hornik@R-project.org"),
             person(given = c("Jason", "C."), family = "Fisher", role = "aut", email = "jfisher@usgs.gov"),
             person(given = "Achim", family = "Zeileis", role = c("aut", "cre"), email = "Achim.Zeileis@R-project.org"))
Description: Carries out mapping between assorted color spaces including
             RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV),
	     CIELAB and polar CIELAB. Qualitative, sequential, and
	     diverging color palettes based on HCL colors are provided.
Depends: R (>= 2.13.0), methods
Imports: graphics, tcltk
Suggests: KernSmooth, MASS, kernlab, mvtnorm, vcd, dichromat
License: BSD_3_clause + file LICENSE
LazyData: yes
Packaged: 2015-03-03 12:34:22 UTC; zeileis
Author: Ross Ihaka [aut],
  Paul Murrell [aut],
  Kurt Hornik [aut],
  Jason C. Fisher [aut],
  Achim Zeileis [aut, cre]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-03-03 13:52:02
back to top