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