R/stars.R
, R/proxy.R
redimension.Rd
redimension array, or collapse attributes into a new dimension
st_redimension(x, new_dims, along, ...) # S3 method for stars st_redimension( x, new_dims = st_dimensions(x), along = list(new_dim = names(x)), ... ) # S3 method for stars_proxy st_redimension( x, new_dims = st_dimensions(x), along = list(new_dim = names(x)), ... )
x | object of class |
---|---|
new_dims | target dimensions: either a `dimensions` object or an integer vector with the dimensions' sizes |
along | named list with new dimension name and values |
... | ignored |