
Read a Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1 file with terra
Source:R/read_topsoil_thickness_terra.R
read_topsoil_thickness_terra.Rd
Read Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1 data as a terra::rast object.
Value
A terra::rast object of the 'Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1'.
See also
Other topsoil_thickness:
get_topsoil_thickness()
,
print_topsoil_thickness_metadata()
,
read_topsoil_thickness_stars()
Examples
if (FALSE) { # interactive()
st_terra <- get_topsoil_thickness(cache = TRUE) |>
read_topsoil_thickness_terra()
# terra::plot() is reexported for convenience
plot(st_terra)
}