powered by
Create a text representation of (the skeleton of) an object
# S4 method for SpatExtent as.character(x)# S4 method for SpatRaster as.character(x)
# S4 method for SpatRaster as.character(x)
character
SpatRaster or SpatExtent
r <- rast() r as.character(r) e <- ext(r) e as.character(e)
Run the code above in your browser using DataLab