This dataset, soil_munsell_colors, is a data frame containing traditional
soil color names associated with Munsell color notation. It includes
information on Munsell notation and the corresponding traditional color
name.
Usage
data(soil_munsell_colors)
A data frame with 482 observations and 2 variables:
- munsell
Character vector indicating the Munsell color notation
- traditional_name
Character vector indicating the traditional color name
Source
Data taken from the aqp package version 2.3.2
Details
The dataset name has been kept as 'soil_munsell_colors' to avoid confusion
with other datasets in the R ecosystem. This naming convention helps
distinguish this dataset as part of the agridatasets package and assists
users in identifying its specific characteristics.