Skip to contents

This dataset, us_state_soils, is a data frame containing the official state soil for each US state and territory. It includes information on the state name, its abbreviation, and the corresponding soil series.

Usage

data(us_state_soils)

Format

A data frame with 52 observations and 3 variables:

state

Character vector indicating the state name

abbreviated

Character vector indicating the state abbreviation

series

Character vector indicating the soil series

Source

Data taken from the aqp package version 2.3.2

Details

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