Skip to contents

Read Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1 data as a terra::rast object.

Usage

read_soil_thickness_terra(files)

Arguments

files

An read.abares read.abares.soil.thickness object, a list that contains the ESRI grid file to import.

Value

a terra::rast object of the 'Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1'.

Examples

if (FALSE) { # interactive()
x <- get_soil_thickness(cache = TRUE) |>
  read_soil_thickness_terra()

# terra::plot() is reexported for convience
plot(x)
}