View source: R/extract_soils_POLARIS.R
fetch_soils_from_POLARIS | R Documentation |
Extract soil information from the POLARIS soil dataset
fetch_soils_from_POLARIS(
x,
crs,
vars,
stat,
path = ".",
buffer_m = NULL,
fun = NULL,
na.rm = TRUE,
verbose = FALSE
)
x |
A numerical two-dimensional object
(a |
crs |
An object which is a crs or from which one can be derived.
|
vars |
A vector of character strings. See Chaney et al. 2019 |
stat |
A character string. See Chaney et al. 2019 |
path |
A character string. The path to the local copy of the
POLARIS folder hierarchy, e.g.,
|
buffer_m |
A numeric value. The radius of a buffer around each point
from which to extract cell values and across which |
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_POLARIS
for a user-friendly interface.
Chaney, N. W., B. Minasny, J. D. Herman, T. W. Nauman, C. Brungard, C. L. S. Morgan, A. B. McBratney, E. F. Wood, and Y. T. Yimam. 2019. POLARIS soil properties: 30-meter probabilistic maps of soil properties over the contiguous United States. Water Resources Research 55:2916-2938. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1029/2018WR022797")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.