combine multiple stars objects, or combine multiple attributes in a single stars object into a single array
combine multiple stars objects, or combine multiple attributes in a single stars object into a single array
## S3 method for class 'stars' c(..., along = NA_integer_, try_hard = FALSE, nms = names(list(...))) ## S3 method for class 'stars_proxy' c( ..., along = NA_integer_, along_crs = FALSE, try_hard = FALSE, nms = names(list(...)) )
... |
object(s) of class |
along |
integer; see read_stars |
try_hard |
logical; if |
nms |
character; vector with array names |
along_crs |
logical; if |
tif = system.file("tif/L7_ETMs.tif", package = "stars") x = read_stars(tif) (new = c(x, x)) c(new) # collapses two arrays into one with an additional dimension c(x, x, along = 3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.