if (FALSE) {
library(terra)
# Get the DAYMET (North America only)
# Returns a list of raster bricks
DAYMET <- get_daymet(
template = FedData::meve,
label = "meve",
elements = c("prcp", "tmin", "tmax"),
years = 1985
)
# Plot with terra::plot
plot(DAYMET$tmin$`1985-10-23`)
}
Run the code above in your browser using DataLab