st_coordinates | R Documentation |
retrieve coordinates for raster or vector cube cells
## S3 method for class 'stars'
st_coordinates(x, ..., add_max = FALSE, center = TRUE)
## S3 method for class 'stars'
as.data.frame(x, ..., add_max = FALSE, center = NA, add_coordinates = TRUE)
as_tibble.stars(.x, ..., add_max = FALSE, center = NA)
x |
object of class |
... |
ignored |
add_max |
logical; if |
center |
logical; (only if |
add_coordinates |
logical; if 'TRUE', columns with dimension values preceed the array values, otherwise they are omitted |
.x |
object to be converted to a tibble |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.