Skip to contents

This dataset, soil_munsell_minerals, is a data frame containing Munsell color information for common soil minerals. It includes information on mineral name, Munsell color notation, hue, value, and chroma.

Usage

data(soil_munsell_minerals)

Format

A data frame with 20 observations and 5 variables:

mineral

Character vector indicating the mineral name

color

Character vector indicating the Munsell color notation

hue

Character vector indicating the Munsell hue

value

Integer vector indicating the Munsell value

chroma

Integer vector indicating the Munsell chroma

Source

Data taken from the aqp package version 2.3.2

Details

The dataset name has been kept as 'soil_munsell_minerals' 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.