expand_dimensions | R Documentation |
expand the dimension values into a list
expand_dimensions(x, ...)
## S3 method for class 'dimensions'
expand_dimensions(x, ..., max = FALSE, center = NA)
x |
object of class 'stars' or 'dimensions' |
... |
ignored |
max |
logical; if 'TRUE' return the max (end) values of the dimensions intervals |
center |
logical; if 'TRUE' return the center values of intervals, otherwise return offset (start) of intervals; if 'NA' (default) return centers for x/y dimensions, offsets for all others |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.