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

x <- get_soil_thickness(cache = TRUE) |>
  read_soil_thickness_terra()
#> Error in list_files(file, ignore_missing, TRUE, verbosity): File '' does not exist.

# terra::plot() is reexported for convience
plot(x)
#> Error in xy.coords(x, y, xlabel, ylabel, log): 'x' is a list, but does not have components 'x' and 'y'