Skip to contents

Find midpoint of a DEM

Usage

mid_find(data)

Arguments

data

A DEM in RasterLayer format.

Value

A data frame with x and y midpoints.

Examples

mid_find(horseshoe)
#>       x_mid    y_mid
#> 1 -467.8104 1267.625