View source: R/extract_soils_NRCS_SOLUS100.R
fetch_soils_from_SOLUS100 | R Documentation |
SOLUS100
soil datasetExtract soil information from the SOLUS100
soil dataset
fetch_soils_from_SOLUS100(
x,
vars,
depths,
stat,
path = ".",
fun = NULL,
na.rm = TRUE,
verbose = FALSE
)
x |
A numerical two-dimensional object
(a |
vars |
A vector of variable names. See |
depths |
Soil depths in centimeters from surface.
See |
stat |
A vector of character strings. See Nauman et al. 2024 |
path |
A character string. The path to the local copy of |
fun |
A function. Summarizing gridcell values if more than one value
is extracted per location. See |
na.rm |
A logical value. Passed to |
verbose |
A logical value. |
This is a function with minimal functionality;
use extract_soils_SOLUS100()
for a user-friendly interface.
Nauman, T. 2024.
Data from: Soil Landscapes of the United States 100-meter (SOLUS100
)
soil property maps project repository. Ag Data Commons.
https://doi.org/10.15482/USDA.ADC/25033856.V1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.