A character string representing the desired resolution of the NED. '1'
indicates the 1 arc-second NED (the default), while '13' indicates the 1/3 arc-second dataset.
extraction.dir
A character string indicating where the extracted and cropped DEM should be put.
The directory will be created if missing.
if (FALSE) {
# Get the NED (USA ONLY)# Returns a `SpatRaster`NED <-
get_ned(
template = FedData::meve,
label = "meve" )
# Plot with terra::plotplot(NED)
}