| as.character | R Documentation |
Create a text representation of (the skeleton of) an object
## S4 method for signature 'SpatExtent'
as.character(x)
## S4 method for signature 'SpatRaster'
as.character(x)
x |
SpatRaster or SpatExtent |
character
r <- rast()
r
as.character(r)
e <- ext(r)
e
as.character(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.