isClosed {polyCub}R Documentation

Check if Polygon is Closed

Description

Check if the first and last coordinates of a coordinate matrix are identical.

Usage

isClosed(coords)

Arguments

coords

numeric coordinate matrix. It is interpreted by xy.coords.

Value

logical


[Package polyCub version 0.9.2 Index]