Read a Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1 file with terra
Source:R/read_soil_thickness_terra.R
read_soil_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 soil_thickness:
get_soil_thickness()
,
print_soil_thickness_metadata()
,
read_soil_thickness_stars()
Examples
if (FALSE) { # interactive()
x <- get_soil_thickness(cache = TRUE) |>
read_soil_thickness_terra()
# terra::plot() is reexported for convience
plot(x)
}