border.distance: Distance from a point to the nearest boundary of a rectangle...

Description Usage Arguments

Description

Returns distance from a point to the nearest boundary of a rectangle (plot). Accepts either separate x-y coordinates, or an object where x is first column, y is second. The lower left corner of the plot is assumed to be 0,0.

Usage

1
border.distance(x, y, plotdim = c(1000, 500), pt = NULL)

Arguments

x

Coordinates.

y

Coordinates.

plotdim

The x and y dimensions of the plot.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.