shape_stars | R Documentation |
Assemble a vector of stars dimension or shape
shape_stars(x)
x |
stars object |
numeric vector of
ncol the number of columns
nrow the number of rows
ncell the number of cells (pixels) in each band (ncol * nrow)
nband the number of bands
nindex the number of indices (ncell*nband)
natt the number of attributes
## Not run:
v <- volcano_multi(what = 'bands')
shape_stars(v)
v2 <- bind_attrs(v, v)
shape_stars(v2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.