Learn R Programming

RTriangle (version 1.6-0.14)

read.pslg: Read a Planar Straight Line Graph from file

Description

Read a Planar Straight Line Graph from a .poly file, as used in Shewchuk's Triangle library (http://www.cs.cmu.edu/~quake/triangle.poly.html).

Usage

read.pslg(file)

Value

pslg object. See pslg.

Arguments

file

File name of .poly file to read.

Author

David Sterratt