Returns a character vector of the Munsell hues in hue order starting at 2.5R and excluding grey ("N").

mnsl_hues()

Value

a character vector containing the hue values.

Examples

mnsl_hues()
#>  [1] "2.5R"  "5R"    "7.5R"  "10R"   "2.5YR" "5YR"   "7.5YR" "10YR"  "2.5Y" 
#> [10] "5Y"    "7.5Y"  "10Y"   "2.5GY" "5GY"   "7.5GY" "10GY"  "2.5G"  "5G"   
#> [19] "7.5G"  "10G"   "2.5BG" "5BG"   "7.5BG" "10BG"  "2.5B"  "5B"    "7.5B" 
#> [28] "10B"   "2.5PB" "5PB"   "7.5PB" "10PB"  "2.5P"  "5P"    "7.5P"  "10P"  
#> [37] "2.5RP" "5RP"   "7.5RP" "10RP"