get_LON {igapfill} | R Documentation |
Gets RasterStack's longitude information
Description
This function constructs the input for one of the four dimensions
required by Gapfill
, namely, longitude.
Usage
get_LON(stack)
Arguments
stack |
RasterStack |
Value
Character vector of length equal to ncol(stack)
.
Note
This function may be useful when employing Gapfill
independently of the current package.
See Also
[Package igapfill version 0.0.41 Index]