View source: R/st_normalize_3d.R
normalize_3d | R Documentation |
Check, and possibly correct, that the input stars
object:
Has exactly one attribute.
Has exactly three dimensions.
The first two dimensions are spatial, named x
and y
(in that order).
normalize_3d(x)
x |
A |
A new stars
object
# Small example
data(landsat)
normalize_3d(landsat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.