powered by
Get or set the time of the layers of a SpatRaster. Experimental. Currently only Date's allowed.
# S4 method for SpatRaster time(x, ...)# S4 method for SpatRaster time(x)<-value
# S4 method for SpatRaster time(x)<-value
SpatRaster
"Date", "POSIXt", or numeric
additional arguments. None implemented
Date
depth
# NOT RUN { s <- rast(system.file("ex/logo.tif", package="terra")) time(s) <- as.Date("2001-05-04") + 0:2 time(s) # }
Run the code above in your browser using DataLab