distpolytopoly2: Computes distance between two polygons, only works for...

Description Usage Arguments Value

View source: R/Distances.R

Description

Computes distance between two polygons, only works for polygons that do not intersect

Usage

1
distpolytopoly2(poly1, poly2)

Arguments

poly1

a polygon (a n x 2 numerical matrix)

poly2

a polygon (a n x 2 numerical matrix)

Value

a positive number, the distance between the two polygons


DanielBonnery/Strategy documentation built on Dec. 17, 2021, 4:03 p.m.