Package: as.color
Title: Assign Random Colors to Unique Items in a Vector
Version: 0.1
Authors@R: person("Silas", "Tittes", email = "silas.tittes@gmail.com", role =
    c("aut", "cre"))
Author: Silas Tittes [aut, cre]
Maintainer: Silas Tittes <silas.tittes@gmail.com>
Description: The as.color function takes an R vector of any class as an input,
    and outputs a vector of unique hexadecimal color values that correspond to the
    unique input values. This is most handy when overlaying points and lines for
    data that correspond to different levels or factors. The function will also
    print the random seed used to generate the colors. If you like the color palette
    generated, you can save the seed and reuse those colors.
Depends: R (>= 3.2.4)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-19 17:03:00 UTC; silastittes
Repository: CRAN
Date/Publication: 2016-06-20 07:55:10
Built: R 3.3.2; ; 2016-11-01 00:02:13 UTC; windows
