coords_existing {sgsR}R Documentation

Get existing and XY coordinates

Description

This function extracts the 'X' and 'Y' coordinates from an 'sf' object and returns them in a data.frame format.

Usage

coords_existing(existing)

Arguments

existing

sf 'POINT'. Existing plot network.

Value

existing with respective 'X' and 'Y' columns representing the coordinates of the input sf object.


[Package sgsR version 1.4.5 Index]