R/stars.R
, R/tidyverse.R
st_coordinates.Rd
retrieve coordinates for raster or vector cube cells
# S3 method for stars st_coordinates(x, ..., add_max = FALSE, center = TRUE) # S3 method for stars as.data.frame(x, ..., add_max = FALSE, center = NA) as_tibble.stars(.x, ..., add_max = FALSE, center = NA)
x | object of class |
---|---|
... | ignored |
add_max | logical; if |
center | logical; (only if |
.x | object to be converted to a tibble |