
Read ABARES' "Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1" 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" as a terra::rast()
object.
Arguments
- x
A file path providing the file with the data to be imported. The file is assumed to be unarchived (i.e., still zipped). This function does not provide any checking whether this function is the proper function for the provided file. Defaults to
NULL
, assuming that the file will be downloaded in the active R session.- ...
Additional arguments passed to
terra::rast()
.
Value
A terra::rast()
object of the "Soil Thickness for Australian Areas
of Intensive Agriculture of Layer 1".
See also
Other topsoil thickness:
print_topsoil_thickness_metadata()
,
read_topsoil_thickness_stars()
Examples
if (FALSE) { # interactive()
st_terra <- read_topsoil_thickness_terra()
# terra::plot() is reexported for convenience
plot(st_terra)
}