get_LAT {igapfill}R Documentation

Gets RasterStack's latitude information

Description

This function constructs the input for one of the four dimensions required by Gapfill, namely, latitude.

Usage

get_LAT(stack)

Arguments

stack

RasterStack

Value

Character vector of length equal to nrow(stack).

Note

This function may be useful when employing Gapfill independently of the current package.

See Also

get_3Darray, get_LON


[Package igapfill version 0.0.41 Index]