normalize_3d {starsExtra} | R Documentation |
Normalize a 3D 'stars' object
Description
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
andy
(in that order).
Usage
normalize_3d(x)
Arguments
x |
A |
Value
A new stars
object
Examples
# Small example
data(landsat)
normalize_3d(landsat)
[Package starsExtra version 0.2.8 Index]