Read Soil Beta Diversity Cloud Optimised GeoTIFF (COG) files from TERN. This product provides Non-metric Multidimensional Scaling (NMDS) axes 1–3 for soil Bacteria and Fungi communities across Australia at 90 m resolution.
Usage
read_soil_diversity(
collection = "Bacteria",
axis = 1L,
api_key = get_key(),
max_tries = NULL,
initial_delay = NULL
)Arguments
- collection
One of
"Bacteria"(default) or"Fungi".- axis
NMDS axis number:
1(default),2, or3.- api_key
A
characterstring containing your TERN API key. Defaults to automatic detection viaget_key().- max_tries
Maximum number of download retries before an error is raised. When
NULL(default), resolved fromgetOption("nert.max_tries", 3L). Pass an integer to override for a single call.- initial_delay
Initial retry delay in seconds (doubles with each attempt). When
NULL(default), resolved fromgetOption("nert.initial_delay", 1L). Pass an integer to override for a single call.
Value
A terra::rast() object of the national Soil Beta Diversity
mosaic for the requested organism and NMDS axis.
Collections
"Bacteria"Bacterial community beta diversity (default).
"Fungi"Fungal community beta diversity.
This is a static product (no date argument required).
This is a convenience wrapper around
read_tern("SOILDIV", ...); see read_tern() for full
details and additional datasets.
See also
Other COGs:
read_asc(),
read_canopy_height(),
read_phenology(),
read_slga(),
read_tern()